<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2001/12/soap-envelope" SOAP-ENV:encodingStyle="http://www.w3.org/2001/12/soap-encoding" >
   <SOAP-ENV:Body xmlns:m="http://www.xyz.org/quotation" >
      <m:MyOperationResponse>
         <m:Response>Test response</m:Response>
      </m:MyOperationResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
