Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 iOS 中构造 SOAP 请求体
我必须在 SOAP 中构造一个请求主体,我可以在 firefox 上使用 RESTClient 获取数据我想在 iOS 中获得相同的数据
SOAP & iOS:有什么指导吗?
查看上面的链接。
对于 WSDL,有一个在线类生成器
www.sudz.com
您只需要在 sudz 上发布您的 SOAP 客户端 URL,您将获得示例项目下载选项,其中包含访问该 SOAP 客户端的方法和属性的代码。
我想这会帮助你。