What is the solution for the following query in the Java Axis2? P.S. Forwarding from Axis2/C list:
|
|If I have a doc/lit ws how do I code a client to produce the message:|
|<soap:envelope>
<soap:body>
<x>fred</x>
<y>joe</y>
</soap:body>
</soap:envelope>|
|
|The client APIs seem to take a single axis2_om_node_t* payload which I
assume is inserted into the soap body. Is there an API to add more than
one element as above? |
||
|Cheers,|
|| -- Pete Thanks, Samisa...
