diff --git a/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java b/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java index 9c49b386..bed929c3 100644 --- a/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java +++ b/test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java @@ -87,7 +87,7 @@ import org.springframework.xml.validation.XmlValidatorFactory; * public void getCustomerCount() throws Exception { * Source requestPayload = * new StringSource("<customerCountRequest xmlns='http://springframework.org/spring-ws/test' />"; - * Source responsePayload = new StringSource("<customerCountResponse xmlns='http://springframework.org/spring-wstest'>" + + * Source responsePayload = new StringSource("<customerCountResponse xmlns='http://springframework.org/spring-ws/test'>" + * "<customerCount>10</customerCount>" + * "</customerCountResponse>"); *