I am having a hard time consuming a very simple (Hello World) WCF web service in my iPhone app. From what I have read, you must manually create the request message then send it to the web service URL.
I was able to accomplish this on a .asmx web service, but not with a WCF service.
How do I know the correct format of the request SOAP message?
The web service I am trying to hit has a format of: http://xxx.xxx.xxx.xxx:PORT/IService1/ (running locally in a VM)
I apologize for the lack of information, I am pretty lost.
Any and all help is much appreciated.
Thanks in advance!