Yuva,
Please find my comments inline
"Yuvaraj Athur Raghuvir" <[EMAIL PROTECTED]> writes:
> If I use the Google Sample verbatim, I get the following XML:
> <ns1:SearchWebservices soapenv:encodingStyle="
> http://schemas.xmlsoap.org/soap/
> encoding/ " xmlns:ns1="http://www.strikeiron.com/webservices" xmlns:xsi="
> http:
> //www.w3.org/1999/XMLSchema-instance " xmlns:soapenv='http://
> schemas.xmlsoap.org/soap/envelope/ " xmlns:xsd="http://www/w3/org/1999/
> XMLSchema ">
> <LicenseKey xsi:type="xsd:string"> license </LicenseKEy>
> <KeyWord xsi;type="xsd;string">keyword</KeyWord>
> </nsl:SearchWebServices>
>
> I went through AXIOM/C sample but I donot see how I can get the following
> elements:
> a) <?xml version="1.0" encoding="utf-8"?> : Is this implicit?
> b) <soap:Envelope..>...</soap:Envelop>
> c) <soap:Body>...</soap:Body>
>
My understanding is , you don't need to worry about creating xml
declaration and soap envelope. Axis2/C will take care of it. You just
need to pass your payload (that you specify above) to
axis2_svc_client_send_receive function
ret_node = axis2_svc_client_send_receive(svc_client, env, payload);
thanks,
Dinesh
--
Dinesh Premalal
http://xydinesh.wordpress.com/
GPG ID : A255955C
GPG Key Finger Print : C481 E5D4 C27E DC34 9257 0229 4F44 266E A255 955C
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]