Title: RE: Help with using axis C++

We do not have this kind of invoke support in Axis C++.

 

Thanks,

Samisa…

 

-----Original Message-----
From: Kon Kam King, France [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 4:17 PM
To: [email protected]
Subject: 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