Closed GoogleCodeExporter closed 9 years ago
Please don't use issues list to ask a question. To ask a question please use
SupportPage .
I not sure that you can add additional namespaces into SOAP Envelope tag
because SOAP Envelope is created inside Axis2/C axis2_svc_client_send_receive
function.
But even if you do that, you should manage your additional namespaces manually.
To see an example how to create custom client, please see:
staff/samples/echo/custom_client_blocking/src/main.cpp
To add additional namespace into the payload, you can write something like this:
tdoPayload.DeclareNamespace(staff::CNamespace("ns2",
"http://www.google.com/Interceptor/"));
don't forget to include staff/common/Namespace.h
Original comment by loentar
on 6 Jun 2011 at 2:09
Original issue reported on code.google.com by
boobal...@gmail.com
on 6 Jun 2011 at 11:51