<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Header>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<purchaseOrder xmlns="urn
reilly-jaws-samples">
<shipTo country="US">
<name>JaySee</name>
<Street>Sigamani Nagar</Street>
<City>Chennai</City>
<State>Tamil Nadu</State>
</shipTo>
<items partNum="999-JJJ">
<productName>Candy Canes</productName>
<quantity>999</quantity>
<price>1.68</price>
<comment>I want Candy!</comment>
</items>
</purchaseOrder>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>