Forum Moderators: open
Here is a soap message I need to produce with nusoap:
<soapenv:Body>
<saveObjectElement objectName="MyObj" overwrite="true" verify="true">
<object name="ApplySettNameToSave" >
</object>
</saveObjectElement>
</soapenv:Body>
When I use the $param object i only can fill the <object> part of the resulting message. But i need to set also the elements 'overwrite', 'verify' and 'objectName' at this level of the message.
Where could I set these elements to that they would appear in the resulting soap message?
Thanks a lot.
David.