SWS-631 - documentation

This commit is contained in:
Arjen Poutsma
2010-07-30 10:34:38 +00:00
parent 0c2533bb00
commit 7806fb1d7d

View File

@@ -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>");
*