XML in SOAP response
I wrote my own SOAP web service and so far it is working like a charm. I am trying now to use it in my own iPhone app but I keep getting the SOAP response as HTML entities (< become <) and I can not parse the XML like that.
I think the reason for this is that I specified on the SOAP WSDL that the response will be an string:
<part name='Result' type='xsd:string'/>
I can still modify my SOAP if I have to. What type of response should I use to avoid the HTML entities on my response?
Thank you.
iMac 24'', Mac OS X (10.5.8), 3.06 Ghz 2GB Ram