Gavin_104961
Mar 21, 2011Nimbostratus
How can i use soapUI direct adding a pool
Hi Folks,
I am tring to use the soapUI (http://www.soapui.org/) add a pool with pool members, does anyone know how should i do change the following XML to add a pool by soap direct?
Thanks!
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pool="urn:iControl:LocalLB/Pool" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
<soapenv:Header/>
<soapenv:Body>
<pool:create soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<pool_names xsi:type="urn:Common.StringSequence" soapenc:arrayType="xsd:string[]" xmlns:urn="urn:iControl"/>
<lb_methods xsi:type="urn:LocalLB.LBMethodSequence" soapenc:arrayType="urn:LocalLB.LBMethod[]" xmlns:urn="urn:iControl"/>
<members xsi:type="urn:Common.IPPortDefinitionSequenceSequence" soapenc:arrayType="urn:Common.IPPortDefinitionSequence[]" xmlns:urn="urn:iControl"/>
</pool:create>
</soapenv:Body>
</soapenv:Envelope>