Hi

I'm using the Spring-WS 5.5 release, and specifically the SimpleActionEndpointMapping.

For my endpoint the request action is urn:fooRequest, and the response action is urn:fooResponse.

I can't see a way to set the appropriate action in the response;by default it is set to urn:fooRequestResponse and I can change the suffix used by setting the outputActionSuffix mapping, but that isn't flexible enough to give me the desired action.

Is there a way to do this, or do I need to switch to an AnnotationActionEndpointMapping instead?

Thanks

Alan