开发者

Objective-C Soap Proxy Generator similar to whats in .NET

开发者 https://www.devze.com 2022-12-15 17:58 出处:网络
We ha开发者_开发百科ve a contractor doing an Iphone native app in objective-c.They need to call some of our web services to get data.Is there some kind of proxy generator for obj-c that will create na

We ha开发者_开发百科ve a contractor doing an Iphone native app in objective-c. They need to call some of our web services to get data. Is there some kind of proxy generator for obj-c that will create native objects that call web services? C#/.NET has this built in--you just add a service reference in visual studio or you use a command line tool and the web services appear as local, native objects as does the data they return. I want to avoid having him parse the soap xml himself.

Thanks!


Is this any help?

http://code.google.com/p/wsdl2objc/

0

精彩评论

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