One service port and one soapAction
-----------------------------------
Key: CXF-3569
URL: https://issues.apache.org/jira/browse/CXF-3569
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.3.2
Environment: AIX, WebSphere7.0, spring 2.5
Reporter: Tomasz Gieszczyk
Hi
I have generated service client using cxf tools from wsdl file which contains
three soapActions. While i create one instance of service and use it for
invoking three different methods cxf always sends in header soapAction from
method that was invoked first time. For example:
Methods:
1. invokeA - soapAction = invokeA
2. invokeB - soapAction = invokeB
3. invokeC - soapAction = invokeC
first action is invokeB, valid request with soapAction=invokeB, second action
is invokeC, invalid request with soapAction=invokeB
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira