I'm having some problems regarding the SoapActionEndpointMapping and are wondering if it could be related to the format of the property. The API says that the mapping is
SOAP_ACTION=ENDPOINT_BEAN_NAME
with the example
http://www.springframework.org/spring-ws/samples/airline/GetFlights=getFlightsEndpoint
Am I correct assuming that "http://www.springframework.org/spring-ws/samples/airline/" is the namespace and "GetFligths" is the soapAction?