Addressing handlers associated with dispatch objects have to send proper wsa action.
------------------------------------------------------------------------------------
Key: JBWS-3047
URL:
https://jira.jboss.org/browse/JBWS-3047
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.3.0
Reporter: Richard Opalka
Assignee: Richard Opalka
Fix For: jbossws-native-4.0
Currently we're sending UNSPECIFIED, this needs to be replaced with proper wsa
action.
The test to reproduce this issue is e.g.
JBWS3008TestCase.testEPRViaWSCCreateJAXBDispatchWSFTrueAndInvokeTest1()
<env:Envelope
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header
xmlns:wsa='http://www.w3.org/2005/08/addressing'>
<wsa:To>http://localhost:8080/jaxws-jbws3008</wsa:To>
<wsa:ReplyTo>
<
wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Add...
</wsa:ReplyTo>
<wsa:Action>UNSPECIFIED</wsa:Action>
<wsa:MessageID>urn:uuid:a5cb3331-7ad6-43e9-92ad-49a8604e521a</wsa:MessageID>
</env:Header>
<env:Body>
<ns3:doAddNumbers
xmlns:ns2='http://www.w3.org/2005/08/addressing'
xmlns:ns3='http://foobar.org/'>
<arg0>10</arg0>
<arg1>10</arg1>
</ns3:doAddNumbers>
</env:Body>
</env:Envelope>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira