<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Header>
      <wsrp:path soap:actor="http://schemas.xmlsoap.org/soap/actor/next" soap:mustUnderstand="1" xmlns:wsrp="http://schemas.xmlsoap.org/rp">
        <wsrp:action>http://microsoft.com/wsdk/samples/SumService/AddInt</wsrp:action>
        <wsrp:to>http://localhost/cfwsdk/routing/sumservice.asmx</wsrp:to>
        <wsrp:id>uuid:cde7bc7f-ff23-4c13-8b23-3a734275685c</wsrp:id>
      </wsrp:path>
      <wsu:Timestamp xmlns:wsu="http://schemas.xmlsoap.org/ws/2002/07/utility">
        <wsu:Created wsu:Id="Id-a4b0ef24-8504-4f7a-bace-dc9536c37a09">2002-11-01T21:45:57Z</wsu:Created>
        <wsu:Expires wsu:Id="Id-e587289f-81bb-42a3-9846-fa3dd2bbb973">2002-11-01T21:46:57Z</wsu:Expires>
      </wsu:Timestamp>
    </soap:Header>
    <soap:Body>
      <AddInt xmlns="http://microsoft.com/wsdk/samples/SumService">
        <a>1</a>
        <b>2</b>
      </AddInt>
    </soap:Body>
  </soap:Envelope>