【发布时间】:2012-01-10 07:49:02
【问题描述】:
我需要 Linux 上的 SOAP Web 服务,它可以与 Windows Web 服务客户端(例如 ASP.NET)进行通信。做这个的最好方式是什么?需要帮助!
谁能给我一些示例或一些有效示例的链接?
编辑:
C++呢?我想要一个 C++ Web 服务服务器。
如何做到这一点以及如何从 Windows(C#?)测试它?请帮忙。
我确实成功地用 gsoap 和 wsdl 编写了一个 Web 服务,但是在 Windows Web 服务客户端上我有错误:"the content type text/plain of the response message does not match the content typeof the binding (text/xml; charset=utf-8). if using a custom encoding be sure that the IsContentTypeSupport is implemented properly." 我不知道出了什么问题。 Web 服务是一个 wsdl url。有人可以点亮我吗?
webservice 服务器将在 ubuntu 服务器上!!
【问题讨论】:
-
知道你发现了,gSoap你还有问题,用它。试试文档:cs.fsu.edu/~engelen/soapdoc2.html 或 stackoverflow:stackoverflow.com/questions/tagged/gsoap(但我看到你已经在那里了;-D)
-
你用gsoap是什么意思我会遇到另一个问题?
-
这是对“我有问题”的引用。我将使用正则表达式。现在我有两个问题”句子。 C++ 不会是我的选择,但如果你足够擅长它,那将是一种幸福。祝你好运!
标签: windows web-services soap ubuntu