Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. mod_gsoap Apache SOAP Server Error
  2. gsoap: httpd.conf module mod_gsoap.c SOAPLibrary load "/app/home/coruser/schmidt/gsoap-2.8.14/gsoap-2.8/gsoap/samples/calc++/.libs/calcserver.so" success, but failed to find the "apache_init_soap_interface" function entry point defined by IMPLEMENT_GSOAP_SERVER()
  3. Please see the README instructions with the mod_gsoap package for details.
  4. Content headers of the request
  5. Accept-Encoding: gzip,deflate
  6. Content-Type: text/xml;charset=UTF-8
  7. SOAPAction: ""
  8. Content-Length: 453
  9. Host: lxcor03e:6127
  10. Connection: Keep-Alive
  11. User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
  12.  
  13. > #include "apache_gsoap.h"
  14. >
  15. > IMPLEMENT_GSOAP_SERVER()
  16. >
  17. > extern "C" int soap_serve(struct soap *soap)
  18. > { calcService service(soap);
  19. > int err = service.serve();
  20. > service.destroy();
  21. > return err; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement