有没有在iOS上的Web服务客户端代码生成器?

我将开发一些需要调用由c#实现的远程web服务的function,我已经google了,它joinwsdl内容看起来像:

NSString *requestBody = @"<wsdl:definitions xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" xmlns:tm=\"http://microsoft.com/wsdl/mime/textMatching/\"; 

有没有一个工具可以生成一个类,用于调用指定的Web服务,如asp.net或Java?

比如在c#中打开visual studioterminal执行这个:

 wsdl http://google.com/service/weather?wsdl 

任何人有任何想法?

它厌恶join混乱的string

您可以在这里find将WSDL翻译成多种语言的代码生成器: http : //sudzc.com/