POST /validator1 HTTP/1.0
User-Agent: Frontier/6.2 (WinNT)
Host: 127.0.0.1
Content-Type: text/xml
Content-length: 583
SOAPAction: "/validator1"

<?xml version="1.0"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
	<SOAP-ENV:Body>
		<easyStructTest>
			<param1>
				<curly xsi:type="xsd:int">-100</curly>
				<larry xsi:type="xsd:int">72</larry>
				<moe xsi:type="xsd:int">49</moe>
				</param1>
			</easyStructTest>
		</SOAP-ENV:Body>
	</SOAP-ENV:Envelope>