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 218e25c commit 6ce84dfCopy full SHA for 6ce84df
spring-ws-test/src/main/java/org/springframework/ws/test/server/MockWebServiceClient.java
@@ -91,7 +91,7 @@
91
* "<customerCount>42</customerCount>" +
92
* "</customerCountResponse>");
93
*
94
- * <strong>mockClient.sendMessage(withPayload(requestPayload)).andExpect(payload(expectedResponsePayload))</strong>;
+ * <strong>mockClient.sendRequest(withPayload(requestPayload)).andExpect(payload(expectedResponsePayload))</strong>;
95
* }
96
97
* </pre></blockquote>
0 commit comments