Well, the code you pasted is pretty much unreadable, since you didn't use the [code] tags.
But at any rate:
Code:
[4/13/08 12:22:52:582 EDT] 0000002e EndpointNotFo W org.springframework.ws.server.MessageDispatcher dispatch No endpoint mapping found for [SaajSoapMessage EchoRequest]
means that a SOAP message was sent with EchoRequest as the payload element, and no namespace. Otherwise it would look something like: SaajSoapMessage {http://somenamespace}EchoRequest. In order for the request to be mapped to an endpoint, there has to be a namespace.