[jbossws-issues] [JBoss JIRA] Created: (JBWS-1346) wsa:ReplyTo alwayt null

Thomas Diesler (JIRA) jira-events at jboss.com
Thu Nov 9 19:20:41 EST 2006


wsa:ReplyTo alwayt null
-----------------------

                 Key: JBWS-1346
                 URL: http://jira.jboss.com/jira/browse/JBWS-1346
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Thomas Diesler
         Assigned To: Thomas Diesler
             Fix For: jbossws-1.0.6


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?! 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list