Hi
I've just started using Salesforce and would like to use the Salesforce API in my iPhone app to submit data from the app to the instance.
I generated the WSDL and know the XML field names which I have to send in the SOAP payload.
But I haven't been able to figure out how exactly to send the request. I generated the SOAP payload, set the headers
- Content-Type: text/xml
- SOAPAction: blank string (according to the WSDL's XML)
- Content-Length: length of the SOAP payload
What I cannot understand - What will be the URL to which I send the request? Can't figure it out from the WSDL
Thanks for any help.