<SOAP-ENV:Envelope 
 xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
 xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" 
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
	<SOAP-ENV:Body>
		<ns1:call xmlns:ns1="http://webServices.xxx.xxx.com">
			<in0 xsi:type="xsd:string"/>
			<in1 xsi:type="xsd:string"/>
			<in2 xsi:type="xsd:string"/>
			<in3>
				<item>
					<key></key>
					<value></value>
				</item>
			</in3>
		</ns1:call>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
