Ошибка мыло веб-службы WSDL развернуть C ++? - PullRequest
1 голос
/ 09 января 2012

как создать веб-сервис на Ubuntu - C ++? Может кто-нибудь, пожалуйста, дайте мне учебник по развертыванию веб-службы, а также пример с клиентом веб-службы. Мне нужно иметь wsdl URL, чтобы получить доступ из Windows.

Я не нашел хорошего примера развертывания веб-службы gsoap wsdl soapcpp2 и доступа клиентов. Я новичок в этом деле, и мне нужна помощь, спасибо, спасибо

это ошибки, которые я получаю на клиенте:

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
...