Consume WCF Web Service in Objective-C on an iPhone

Posted by JWD on Stack Overflow See other posts from Stack Overflow or by JWD
Published on 2009-06-11T17:53:38Z Indexed on 2010/03/28 22:53 UTC
Read the original article Hit count: 931

Filed under:
|
|
|

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!

© Stack Overflow or respective owner

Related posts about wcf

Related posts about web-services