
308 WebSphere and .Net Interoperability Using Web Services
<accidentDate>2004-09-26T04:00:00.000Z</accidentDate>
<accidentDescription>Car crash</accidentDescription>
<involvedCars>NC-SH1</involvedCars>
<involvedCars>SA-NUM2-00</involvedCars>
<involvedCars>DH-CICS3</involvedCars>
</registerClaim>
</soapenv:Body>
</soapenv:Envelope>
Example 12-15 SOAP request to the Microsoft .Net Web Service
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ...