Getting web service response in SOAP on asp.net

Trew

New Member
I have set up a web service with an .asmx file and its web methods are being called via Ajax (all using asp.net scriptmanager etc) on the clientside.When I call the webservice and look at the value of the return value in the callback, it is never in the 'SOAP' format, ie in xml. instead the value is returned in its raw form.So for instance if I return a string from the webservice, the result passed to my successful callback is the string, not encoded or surrounded by XML tags.How can I change this so I can see it in the SOAP format?
 
Back
Top