Removed the 'ws-' prefix from 'service-activator' now that it is qualified by its namespace.

This commit is contained in:
Mark Fisher
2008-09-19 22:28:47 +00:00
parent 6cc2c60173
commit 0d947ed872
5 changed files with 52 additions and 52 deletions

View File

@@ -19,7 +19,7 @@
<!-- The service activator receives from the 'fahrenheitChannel', invokes the
Web Service for the given URI, and sends the reply Message to the 'celsiusChannel'. -->
<ws:ws-service-activator id="temperatureConverter"
<ws:service-activator id="temperatureConverter"
input-channel="fahrenheitChannel"
output-channel="celsiusChannel"
uri="http://www.w3schools.com/webservices/tempconvert.asmx"/>