WinInet 和 SOAP
目前,我使用 CURL 开放传输库来生成带有 Soap 标头的 http 请求。这一切都是用 C/C++ 实现的。我能够将其移植到 Windows mobile,但是我想知道是否可以使用 WinInet 来执行 SOAP 请求?只是为了在移动设备上使用更少的内存。
有关于如何执行此操作的示例吗?
提前致谢 碧玉
Currently I use the CURL open transport library to genereate http requests with a soap header. This all is implemented in C/C++. I was able to port this to Windows mobile howver I wonder whether I can use WinInet to do the SOAP request? Just to use less memory on the mobile device.
Are there samples on how to do this?
Thanks in advance
Jasper
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您仍在寻找答案:)
您可以尝试查看 gSOAP 它有一个 gsoapWinInet 插件。
If you are still looking for an answer :)
You could try looking at gSOAP which has a gsoapWinInet plugin.