From 4e502af54c5cdf081ec7880c157eaf30435daec1 Mon Sep 17 00:00:00 2001 From: Mike Gehard Date: Wed, 15 Jul 2015 08:41:22 -0600 Subject: [PATCH] Link to the latest spring projects site, not an old one. --- src/reference/asciidoc/ws.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reference/asciidoc/ws.adoc b/src/reference/asciidoc/ws.adoc index ed21b9b5df..0d6f80dd87 100644 --- a/src/reference/asciidoc/ws.adoc +++ b/src/reference/asciidoc/ws.adoc @@ -4,7 +4,7 @@ [[webservices-outbound]] === Outbound Web Service Gateways -To invoke a Web Service upon sending a message to a channel, there are two options - both of which build upon the http://static.springsource.org/spring-ws/site/[Spring Web Services] project: `SimpleWebServiceOutboundGateway` and `MarshallingWebServiceOutboundGateway`. +To invoke a Web Service upon sending a message to a channel, there are two options - both of which build upon the http://projects.spring.io/spring-ws/[Spring Web Services] project: `SimpleWebServiceOutboundGateway` and `MarshallingWebServiceOutboundGateway`. The former will accept either a `String` or `javax.xml.transform.Source` as the message payload. The latter provides support for any implementation of the `Marshaller` and `Unmarshaller` interfaces. Both require a Spring Web Services `DestinationProvider` for determining the URI of the Web Service to be called.