XML Webservice: the webservices takes in an XML request and responses with a XML response.
im not sure if im doing the right thing for the request?
With the XML request, do i take the XML request from the page input parameter?
Example
http://api.domain.com/webservice/xmlExample1.aspx?xml=<Example1><FirstName>David</FirstName></Example>
<-- XML Request (this looks very wrong)
response
<Example1Response>
<Success>True</Success>
</Example1Response>