Hi,

Some time ago I have reported an issue regarding SOAP Actions and JMS.
https://issues.apache.org/jira/browse/CXF-7885

So far nobody has replied in the issue or user list .
Before I try to debug and fix it myself, I would like to know for sure I
did not miss some configuration I need to do, and nobody is already working
on a fix for this. I would be surprised if I'm the first to encounter this
problem.

Issue:

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

Reply via email to