Posted: Fri Jan 12, 2007 6:49 am Post subject: Generating SOAP message
Novice
Joined: 26 Aug 2003 Posts: 18 Location: Ireland
This is my first experience of SOAP messages. I need to create the following message in a Compute node and populate the <arg>,<key> and <value> aggregates. I would greatly appreciate any help!!!!!!!
<?xml version="1.0" encoding = "ISO-8859-1"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<invokeService soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<arg0 xsi:type="xsd:string"></arg0>
<arg1 xsi:type="xsd:string"></arg1>
<arg2 xsi:type="xsd:string"></arg2>
<arg3 href="#id0"/>
</invokeService>
<multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns1:Map" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://xml.apache.org/xml-soap">
<item>
<key xsi:type="xsd:string"></key>
<value xsi:type="xsd:string"></value>
</item>
<item>
<key xsi:type="xsd:string"></key>
<value xsi:type="xsd:string"></value>
</item>
<item>
<key xsi:type="xsd:string"></key>
<value xsi:type="xsd:string"></value>
</item>
<item>
<key xsi:type="xsd:string"></key>
<value xsi:type="xsd:string"></value>
</item>
</multiRef>
</soapenv:Body>
</soapenv:Envelope>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum