You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objects annotated with @Action should be picked up by the sws:annotation-driven tag (triggered with AnnotationActionEndpointMapping), but this fails because the AnnotationDrivenBeanDefinitionParser does not register all possible endpoint mappings in the registerEndpointMappings method.
Ws-addressing support is not working without explicit adding the AnnotationActionEndpointMapping in the Spring context.
Workaround:
Add the following line to the Spring context xml:
<bean class="org.springframework.ws.soap.addressing.server.AnnotationActionEndpointMapping" />