我将开发一些需要调用由 c# 实现的远程 Web 服务的功能,我已经用谷歌搜索了它,加入 wsdl 内容看起来像:
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# open visual studio terminal 中执行这个:
wsdl http://google.com/service/weather?wsdl
有人知道吗?
它对加入混乱的字符串感到厌恶