Hi, Could someone please respond to my issue? I have mailed the users mailing list in October 2018 and the dev mailing list in December 2018. I'm willing to help to debug and fix the issue, but I want to make sure it is not just a configuration mistake on my end. If I am asking for support in the wrong way, or I need to provide additional information, please let me know. I have just tested the issue with CXF 3.3.0, and I still have the same problem.
https://issues.apache.org/jira/browse/CXF-7885 I'm using CXF 3.2.6 and have a HTTP SOAP webservice that uses a JaxWsProxyFactoryBean to call a (one-way) webservice over SOAP JMS. The wsdl for this webservice has non-unque body parts; it is not WSI-BasicProfile compliant, therefore the SOAP Action is important to determine which method of the target webservice must be called. I can see that CXF sets the SOAP Action header "SOAPJMS_soapAction", and this is received by the CXF JMS listener. However it then uses the namespace and local part name to determine which method should be called, instead of the SOAP Action. Kind Regards, Robert
