iOS - how to make SOAP request & receive the concern response
问题 I know htere is lot of stuff available on web for "how to use SOAP in iOS", but still I failed in doing for following SAOP Request & response. Help is greatly Appreciated. I use the simple NSURLConnection for request & response SOAP Requst POST ???.asmx HTTP/1.1 Host: ??? Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetMessages" <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd=