We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2533b commit 7806fb1Copy full SHA for 7806fb1
test/src/main/java/org/springframework/ws/mock/client/WebServiceMock.java
@@ -87,7 +87,7 @@
87
* public void getCustomerCount() throws Exception {
88
* Source requestPayload =
89
* new StringSource("<customerCountRequest xmlns='http://springframework.org/spring-ws/test' />";
90
- * Source responsePayload = new StringSource("<customerCountResponse xmlns='http://springframework.org/spring-wstest'>" +
+ * Source responsePayload = new StringSource("<customerCountResponse xmlns='http://springframework.org/spring-ws/test'>" +
91
* "<customerCount>10</customerCount>" +
92
* "</customerCountResponse>");
93
*
0 commit comments