JBossWS / WCF interop

 

WS-Addressing (2005/08) endpoints

Endpoint WSDL
/wsa10/echo here
/wsa10/notify here

NOTE: Please make sure to send the test scenario name with each request. I.e:


   <env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
      <env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
         <wsa:To xmlns:wsa='http://www.w3.org/2005/08/addressing'>
            http://example.org/node/B
         </wsa:To>
         <wsa:Action xmlns:wsa='http://www.w3.org/2005/08/addressing'>
            http://example.org/action/notify
         </wsa:Action>
      </env:Header>
      <env:Body>
         <ns1:notify xmlns:ns1='http://example.org/notify'>
            Message 1100
         </ns1:notify>
      </env:Body>
   </env:Envelope>