开发者

SOAP request on iPhone SDK

开发者 https://www.devze.com 2023-01-31 15:40 出处:网络
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 ?

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消