Forum Moderators: open

Message Too Old, No Replies

nuSoap Parameters

         

davidu

9:36 am on Sep 19, 2005 (gmt 0)



Hello,
I am having a little problem trying to get a particular soap message using the nusoap. Could someone help me?

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.