开发者

what's the best way to consume an axis 1.3 web service using visual studio 2005 in c++

开发者 https://www.devze.com 2022-12-28 17:02 出处:网络
I\'m trying to consume an axis web service in VS 2005 & unmanaged c++.. The inbuilt sproxy.exe in VS falls over with a namespace error as the input/output namespaces are different.. though if I

I'm trying to consume an axis web service in VS 2005 & unmanaged c++..

The inbuilt sproxy.exe in VS falls over with a namespace error as the input/output namespaces are different.. though if I consume the web service in c# it works fine..

i've investigated gSOAP as well as Axis C++ both seem rather complex for what I need

All these tools could potentially do the job (with the exception of sproxy as i'd have to do a lot of work to get this working I think).. does anyone have any links or information on the b开发者_StackOverflowest way to go about this?

Thanks


gSoap is the SOAP implementation in C++. Also, since server side is Axis, you can expect least problems using axis in c++ side too.

Any other choice is going away from proven path, the solution might be better for you, but you'll not find much help along the way.

0

精彩评论

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