使用 WSDL for iPhone 同步生成 Web 服务的方法
我有一个 WSDl 文件,请告诉我如何使用它生成 SOAP 客户端? 我使用 SudzC 网站生成 Web 客户端,但它为我生成异步代码。我需要一些为我生成同步 Web 客户端的解决方案。请让我知道哪个网站或命令行工具为我生成代码。
谢谢。
I' ve a WSDl file , please tel me how to generate the SOAP Client using it?
i used SudzC website to generate the web client , but its generating Asynchronous code for me. I need some solution which generates Synchronous Web client for me. Please let me know which web site or command line tool generates the code for me.
THank YOu.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对网络服务的同步调用会导致移动设备上的用户体验非常差。学习使用异步回调——这并没有那么困难。
Synchronous calls to network services make for a very poor user experience on mobile devices. Learn to use the asynchronous callbacks--it's not that much more difficult.