diff --git a/core/src/main/resources/org/springframework/ws/soap/server/SoapMessageDispatcher.properties b/core/src/main/resources/org/springframework/ws/soap/server/SoapMessageDispatcher.properties index 68c60785..88856486 100644 --- a/core/src/main/resources/org/springframework/ws/soap/server/SoapMessageDispatcher.properties +++ b/core/src/main/resources/org/springframework/ws/soap/server/SoapMessageDispatcher.properties @@ -2,6 +2,6 @@ # Used as fallback when no matching beans are found in the application context. # Not meant to be customized by application developers. -org.springframework.ws.server.EndpointAdapter=org.springframework.ws.server.endpoint.MessageEndpointAdapter,\ - org.springframework.ws.server.endpoint.PayloadEndpointAdapter +org.springframework.ws.server.EndpointAdapter=org.springframework.ws.server.endpoint.adapter.MessageEndpointAdapter,\ + org.springframework.ws.server.endpoint.adapter.PayloadEndpointAdapter org.springframework.ws.server.EndpointExceptionResolver=org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver \ No newline at end of file