You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Matthias Buchhorn (JIRA)" <ji...@apache.org> on 2013/04/09 17:02:17 UTC

[jira] [Created] (CXF-4955) Interoperability Issue of the Discovery Hello Message - wrong SOAP-Header-Action

Matthias Buchhorn created CXF-4955:
--------------------------------------

             Summary: 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


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