Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Unknown
Description
http://cxf.apache.org/docs/jax-ws-configuration.html
Example xml just above the header "Configuring a Spring Client (Option 1)" is invalid. The interceptor tag has a typo in it, "inInterceptors" vs "inInterceptor".
<jaxws:inInterceptors>
<bean class="com.acme.SomeInterceptor"/>
<ref bean="anotherInterceptor"/>
</jaxws:inInterceptor>