How can I configure CXF to use the SOAP action to call the correct webservice method?
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.
