POST /Vendors HTTP/1.1
Host: www.myHotel.com
Content-Type: text/xml;Charset=utf-8
Content-Length: 350
SOAPACtion:""

<?xml version='1.0'?>
   <SOAP-ENV:Envelope
      xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' >
      <SOAP-Env:Body>
         <s:GetSpecialDiscountedBookingForPartners
            xmlns:s='http://www.MyHotel.com/partnerservice/' >
         <!--Parameters passed with the method call-->
         </s:GetSpecialDiscountedBookingForPartners>
      </SOAP-Env:Body>
</SOAP-Env:Envelope>