Title: RE: Help with using axis C++
Hi,
In Java the invoke method has the possibility of passing a document object :
e.g
elems = (Vector) call.invoke(doc)               where doc is an XML document.
In Axis-c my program gets a compile error complaining that invoke has no parameter.
Is there the same type of invoke in C/C++?
Thanks,
France

De : Kon Kam King, France
Envoy� : mardi 8 mars 2005 12:44
� : '[email protected]'
Objet : Help with using axis C++

 

Hi,
I am a newbie to using Axis-c, and want to know how to create a soap message to send to a Soap server and to get the response.

I have this running in Java but the interface seems to be different in C++.
Does anybody have example code of building the soap message ,the invoke with the call and getting the request.
Thanks.

Reply via email to