The interceptor is not added to the ClientImpl when create the dispatch to
invoke service
-----------------------------------------------------------------------------------------
Key: CXF-2822
URL: https://issues.apache.org/jira/browse/CXF-2822
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 2.2.8
Reporter: jimma
Assignee: jimma
Fix For: 2.2.9
When the bus load the following configuration and create dispatch to invoke the
service , the interceptors does not add to the interceptor chains :
<jaxws:client
name="{http://apache.org/hello_world_soap_http}TimestampSignEncryptPort"
createdFromAPI="true">
<jaxws:outInterceptors>
<bean class="org.apache.cxf.binding.soap.saaj.SAAJOutInterceptor"/>
<ref bean="TimestampSignEncrypt_Request"/>
</jaxws:outInterceptors>
<jaxws:inInterceptors>
<ref bean="TimestampSignEncrypt_Response"/>
<bean class="org.apache.cxf.binding.soap.saaj.SAAJInInterceptor"/>
</jaxws:inInterceptors>
</jaxws:client>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.