错误soap wsdl web服务部署c ++?

时间:2012-01-09 11:12:48

标签: c++ ubuntu wsdl gsoap

如何在ubuntu上创建Web服务 - c ++?有人可以给我一个Web服务部署的教程,也可以给一个Web服务客户端的例子。我需要一个wsdl url twhich才能从windows访问。

我没有找到gsoap wsdl soapcpp2 web服务部署和客户端访问的任何好例子。 我是新手,需要帮助,感谢thx

这些是我在客户收到的错误:

In function `currentTimeProxy::currentTimeProxy(soap const&)':
soapcurrentTimeProxy.cpp:(.text+0x84): undefined reference to `soap::soap(soap const&)'
/tmp/cc17wwP6.o: In function `currentTimeProxy::currentTimeProxy(soap const&)':
soapcurrentTimeProxy.cpp:(.text+0xa8): undefined reference to `soap::soap(soap const&)'
/tmp/cc17wwP6.o: In function `currentTimeProxy::soap_stream_fault(std::basic_ostream<char, std::char_traits<char> >&)':
soapcurrentTimeProxy.cpp:(.text+0x31a): undefined reference to `soap_stream_fault'
/tmp/cc17wwP6.o:(.rodata._ZTI16currentTimeProxy[typeinfo for currentTimeProxy]+0x8): undefined reference to `typeinfo for soap'
collect2: ld returned 1 exit status

0 个答案:

没有答案