V1 Request Message
******************

<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GetPizza xmlns="http://contoso/pizza">
        <id>1</id>
    </GetPizza>
  </soap12:Body>
</soap12:Envelope>


