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

发布于 2024-12-25 20:00:18 字数 950 浏览 0 评论 0原文

如何在 ubuntu - C++ 上创建 Web 服务?有人可以给我一个有关 Web 服务部署的教程以及一个有关 Web 服务客户端的示例吗?我需要一个 wsdl url 来从 Windows 访问。

我没有找到任何有关 gsoap wsdl soapcpp2 Web 服务部署和客户端访问的好示例。 我对这些东西很陌生,需要帮助,感谢

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

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

how to create a web service on ubuntu - c++ ? can someone please give me a tutorial with a web service deploy and also an example with a web service client . I need to have an wsdl url twhich to access from windows.

I didn;t find any good example with gsoap wsdl soapcpp2 web service deploy and client access.
I am new to this stuff and need help, appreciate thx

these are the errors i receive at client:

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文