From b7eabf810206bdcfc8aebeeaebd65d316e43b132 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Wed, 23 Dec 2009 06:19:38 +0000 Subject: [PATCH] INT-924 Web Service sample now uses the new element to set the soap-action header. --- .../integration/samples/ws/temperatureConversion.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-integration-samples/ws/src/main/java/org/springframework/integration/samples/ws/temperatureConversion.xml b/spring-integration-samples/ws/src/main/java/org/springframework/integration/samples/ws/temperatureConversion.xml index 2ca7022e84..e6a3c49502 100644 --- a/spring-integration-samples/ws/src/main/java/org/springframework/integration/samples/ws/temperatureConversion.xml +++ b/spring-integration-samples/ws/src/main/java/org/springframework/integration/samples/ws/temperatureConversion.xml @@ -17,9 +17,9 @@ the "soap-action" header value. Then, the Web Service outbound Messaging Gateway invokes the Web Service for the given URI, and the reply Message is sent to the 'celsiusChannel'. --> - -
- + + +