Skip to content

Commit 7806fb1

Browse files
committed
SWS-631 - documentation
1 parent 0c2533b commit 7806fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
* public void getCustomerCount() throws Exception {
8888
* Source requestPayload =
8989
* new StringSource("<customerCountRequest xmlns='http://springframework.org/spring-ws/test' />";
90-
* Source responsePayload = new StringSource("<customerCountResponse xmlns='http://springframework.org/spring-wstest'>" +
90+
* Source responsePayload = new StringSource("<customerCountResponse xmlns='http://springframework.org/spring-ws/test'>" +
9191
* "<customerCount>10</customerCount>" +
9292
* "</customerCountResponse>");
9393
*

0 commit comments

Comments
 (0)