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


Reply via email to