<soap:Envelope xmlns:soap='http://www.w3.org/2003/05/soap-envelope'
               xmlns:wsa='http://schemas.xmlsoap.org/ws/2003/03/addressing'
>
  <soap:Header>
    <wsa:To>http://bpm.naumen.ru/pmapi/1.0/MyConsumerService/</wsa:To>
    <wsa:ReplyTo>
      <wsa:ServiceName>http://bpm.naumen.ru/pmapi/1.0/MyConsumerService</wsa:ServiceName>
    </wsa:ReplyTo>
  </soap:Header>
   <soap:Body>
  <message>hello</message>
  </soap:Body>
</soap:Envelope>
