function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
giri rockzzzzgiri rockzzzz 

How to use apex wsdl in iphone app???

Hello guys,

I have generated wsdl from my apex class.Now i want to use wsdl  in my iphone app. how can i do this ???

 

plz help me....

SuperfellSuperfell

The built in SOAP support is pretty bad, you're likely going to end up hand crafting the request xml messages, and parsing the response.

kyleRochekyleRoche

Can you expose the APEX methods as a web service and call them from the iOS toolkit? Or, are you not able to expose these methods?