c - 在 C 中发送/接收 SOAP 请求/响应

标签 c http soap tcp

我需要一个工具包来在 C 生产应用程序中实现 SOAP 请求和响应。我研究了 gSOAP(不支持)、Apache Axis(根据他们的站点未完全实现)。有没有人能够通过 HTTP 或 TCP/IP 实现 SOAP 响应/请求?

最佳答案

曾经尝试过libsoup

The libsoup library contains an HTTP implementation and a set of API for constructing and consuming SOAP messages. It also allows for secure authentication, so you can use web services to access private accounts over a secure connection. Using libsoup makes it easy to use web services without manually parsing and interpreting the messages sent through

这是他们的主页-> libsoup

关于c - 在 C 中发送/接收 SOAP 请求/响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4108228/

相关文章:

我可以在没有 sudo 的情况下运行包含 setuid() 的 C 程序吗?

c - 从函数返回时保护 char[] 的最佳方法?

http - 通过 HttpResponse 传递 bool 值

java - SOAPFaultException 详细信息为 null

java - 没有端点 URL 的 WSDL

java - 在 C 中使用 JNI 未定义 CallXXXMethod

c - 为什么二进制数据文件比数据大?

rest - 如何在jmeter中以unix格式获取当前UTC时间

html - http header 和 html meta 中的字符集有什么区别?

java - 使用 JAVA 和 SOAP Web 服务的 SSRS 呈现报告