Saturday, February 21, 2009

handy SOAP envelope for you

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pvh="http://com/alsb/pvhello">
   <soapenv:Header/>
   <soapenv:Body>
      <pvh:getGreeting>
         <pvh:message>?</pvh:message>
      </pvh:getGreeting>
   </soapenv:Body>
</soapenv:Envelope>


the XSD is available here:




No comments: