Files
spring-ws-samples/weather
2014-02-18 10:51:37 +01:00
..
2014-02-17 15:14:50 +01:00
2014-02-17 15:14:50 +01:00

Weather Forecast Sample

This sample shows how to use Spring Web Services to connect to the CDYNE Weather Service. It uses JAXB to generate classes from the service's WSDL, and the WebServiceTemplate to send the request to and receive the response from the service.

You can run the client by using the following command from within this directory:

```sh
$ gradle runClient
```

License

Spring Web Services is released under version 2.0 of the Apache License.