通过 SOAP 使用来自 iPhone 的安全 Web 服务
我正在尝试通过 SOAP 通过 https 在 iPhone 上获得安全的 Web 服务连接。目前,http 与 NSMutableURLRequest 一起使用,但它似乎不支持 https。有什么想法可以使用什么来获得我所追求的安全网络服务访问和处理吗?
任何帮助表示赞赏 // :)
I'm trying to get secure web service connectivity on the iPhone over https via SOAP. Currently have http working with NSMutableURLRequest but it doesn't appear to support https. Any ideas what to use to get the secure web service access and processing I'm after?
Any help appreciated // :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 gSOAP。它是一个 C/C++ 库,提供对 Web 服务的快速、安全访问;您甚至可以开发自己的。尽管它本身不支持 Objective C,但恕我直言,它仍然是最好的开源 Web 服务库。其他信息和下载可以在此处找到
Use gSOAP. It's a C/C++ library providing fast and secure access to web services; you can even develop your own. Even though it's not natively supporting Objective C, it's still IMHO the best open source web services library. Additional information and download can be found here