[ https://issues.apache.org/jira/browse/CXF-4955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Buchhorn resolved CXF-4955. ------------------------------------ Resolution: Fixed Fix Version/s: 2.7.5 > Interoperability Issue of the Discovery Hello Message - wrong > SOAP-Header-Action > --------------------------------------------------------------------------------- > > Key: CXF-4955 > URL: https://issues.apache.org/jira/browse/CXF-4955 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 2.7.4 > Environment: Windows XP > Reporter: Matthias Buchhorn > Priority: Minor > Fix For: 2.7.5 > > > CXF send out a WS-Discovery Multicast Hello Message by default. > We use the DiscoveryProxy from Microsoft WCF. This service got the CXF Hello > one-way message, but didn't accept that, because this SOAP Header Action is > wrong: > <wsa:Action>http://cxf.apache.org/jaxws/dispatch/DummyImpl/InvokeOneWayRequest</wsa:Action> > In the WS-Discovery 1.1 Spec: > http://docs.oasis-open.org/ws-dd/discovery/1.1/os/wsdd-discovery-1.1-spec-os.html#_Toc234231821 > the Hello one-way Message has following SOAP Header Action: > <a:Action> > http://docs.oasis-open.org/ws-dd/ns/discovery/2009/01/Hello > </a:Action> > We find no possibility to change the SOAP-Header-Action by default. The core > class org.apache.cxf.jaxws.ServiceImpl will set the SOAP Header Action in the > method createDispatchService. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira