2 Replies Latest reply on Jun 11, 2007 12:14 PM by heiko.braun

    JBossWS and .NET client

    stoyanpetrov

      Hi all,

      I have statefull JBoss WS and .NET client, but ws doen't read properly soap header for me!
      my client sent:

      <soap:Header>
      <wsa:Action></wsa:Action>
      <wsa:MessageID>urn:uuid:1fa5a31f-bbe7-4ad5-8b92-d765f4a32dc9</wsa:MessageID>
      <wsa:ReplyTo>
      <wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
      <wsa:ReferenceParameters>
      <ns1:clientid xmlns:ns1="http://somens">clientid-1</ns1:clientid>
      </wsa:ReferenceParameters>
      </wsa:ReplyTo>
      <wsa:To>http://mycomp:8080/testws</wsa:To>
      <wsse:Security>
      <wsu:Timestamp wsu:Id="Timestamp-fca171ac-95a4-41e5-b0bf-b46438247a3d">
      <wsu:Created>2006-11-01T15:06:15Z</wsu:Created>
      <wsu:Expires>2006-11-01T15:11:15Z</wsu:Expires>
      </wsu:Timestamp>
      </wsse:Security>
      </soap:Header>

      When i get addressing with:
      AddressingProperties addrProps = (AddressingProperties)messageContext.getProperty(JAXWSAConstants.SERVER_ADDRESSING_PROPERTIES_INBOUND);

      header information like "ReplyTo" is always null.
      I don't understand why? Some ideas and suggestions?!

      Thanks!