You need to sign in to do that
Don't have an account?

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....
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
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....
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.
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?