SOAP request on iPhone SDK
I have looked 开发者_如何学Pythonat some STUB generators for iPhone SDK like wsdl2objc,sudzc. Problem is Endpoint URL is separated from WSDL . How do I proceed with that ? (When Using SOAPUI I can manually enter ( Add or Edit ) endpoint...)
Can you manually add the endpoint in the wsdl and run the code gen ?
I ended up dropping idea of using code generators, instead constructed requests then used NSURLConnection methods.
精彩评论