Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to know if there are any C++ libraries which allow me to make JAX WS calls for a web service to a server. (Mainly the SOAP message part - the serialization and de-serialization of SOAP message.) My web service is in java but i need to invoke it using c++.

Thanks, Harsha

share|improve this question

1 Answer

Use GSOAP (http://www.cs.fsu.edu/~engelen/soap.html) it supports (most of) the full SOAP/HTTP spec and should be fairly easy to use in calling your JAX-WS service.

share|improve this answer
Thanks for the reply. I actually cannot use gSOAP. Hence I am trying to use Axis2/C now. – Harsha Reddy Jun 2 '10 at 10:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.