From faa06093dcf44c45645bfdd2884397a8b56b919d Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 28 Apr 2016 11:10:39 -0400 Subject: [PATCH] Update WS sample to the latest w3schools changes w3schools sample webservice has a new url http://www.w3schools.com/webservices/tempconvert.asmx to http://www.w3schools.com/xml/tempconvert.asmx" --- .../integration/samples/ws/WebServiceDemoTestApp.java | 2 +- .../META-INF/spring/integration/temperatureConversion.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/basic/ws-outbound-gateway/src/main/java/org/springframework/integration/samples/ws/WebServiceDemoTestApp.java b/basic/ws-outbound-gateway/src/main/java/org/springframework/integration/samples/ws/WebServiceDemoTestApp.java index c403f05d..1e582495 100644 --- a/basic/ws-outbound-gateway/src/main/java/org/springframework/integration/samples/ws/WebServiceDemoTestApp.java +++ b/basic/ws-outbound-gateway/src/main/java/org/springframework/integration/samples/ws/WebServiceDemoTestApp.java @@ -39,7 +39,7 @@ public class WebServiceDemoTestApp { // Compose the XML message according to the server's schema String requestXml = - "" + + "" + "90.0" + ""; diff --git a/basic/ws-outbound-gateway/src/main/resources/META-INF/spring/integration/temperatureConversion.xml b/basic/ws-outbound-gateway/src/main/resources/META-INF/spring/integration/temperatureConversion.xml index 3dd1f2e1..d7518436 100644 --- a/basic/ws-outbound-gateway/src/main/resources/META-INF/spring/integration/temperatureConversion.xml +++ b/basic/ws-outbound-gateway/src/main/resources/META-INF/spring/integration/temperatureConversion.xml @@ -18,9 +18,9 @@ Web Service for the given URI, and the reply Message is sent to the 'celsiusChannel'. --> - + - +