Posts tagged as: web services

iPhone Programming Tutorial – Intro to SOAP Web Services

This tutorial was contributed by Dave (AKA Clarke76) on the Forums.
WebSite:
-Main project on site is eDuo. A .Net app that connects to OWA Exchange and forwards to IMAP account. Free program for those who can’t use Active Sync
 
Important Links:
[WebService]



-After creating our XML data / SOAP  request, we create a URLRequest. We add HTTP Header values, those values you read from the WebService.
-We set the HTTP Method to POST
-We set out HTTP Body to …

November 3rd, 2008 Posted by: - posted under:Tutorials - View Comments READ MORE