Harsha Reddy
Harsha Reddy

Reputation: 21

C++ library for making Jax WS calls

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

Upvotes: 0

Views: 767

Answers (1)

Helter Scelter
Helter Scelter

Reputation: 715

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.

Upvotes: 1

Related Questions