From 7806fb1d7d818ef63849724f2c24021f49e4133c Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Fri, 30 Jul 2010 10:34:38 +0000 Subject: [PATCH] SWS-631 - documentation --- .../java/org/springframework/ws/mock/client/WebServiceMock.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>"); *