开发者

C++ library for making Jax WS calls

开发者 https://www.devze.com 2022-12-29 03:20 出处:网络
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.

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.) M开发者_如何学Pythony web service is in java but i need to invoke it using c++.

Thanks, Harsha


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消