SoapActionEndpointMappingに関していくつか問題があり、プロパティの形式に関連しているのではないかと考えています。APIによると、マッピングは
SOAP_ACTION = ENDPOINT_BEAN_NAME
例で
http://www.springframework.org/spring-ws/samples/airline/GetFlights=getFlightsEndpoint
「 http://www.springframework.org/spring-ws/samples/airline/」が名前空間であり、「GetFligths」がsoapActionであると仮定して正しいですか?