Update to remove forum links and add new guide

This commit is contained in:
Greg Turnquist
2014-06-19 16:32:56 -04:00
parent 6452eb3fca
commit e07f8e6600
2 changed files with 1 additions and 7 deletions

View File

@@ -22,9 +22,6 @@ project: spring-ws
# Project github URL
github_repo_url: http://github.com/spring-projects/spring-ws
# Project forum URL
forum: http://forum.spring.io/forum/spring-projects/web-services
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: false
custom_gradle_template: false

View File

@@ -19,10 +19,6 @@ badges:
url: https://build.springsource.org/browse/SWS
icon: ci
- name: Forum
url: http://forum.spring.io/forum/spring-projects/web-services
icon: forum
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-ws
icon: stackoverflow
@@ -115,6 +111,7 @@ public class WebServiceClient {
### Getting Started Guides
* [Consuming a SOAP web service](http://spring.io/guides/gs/consuming-web-service)
* [Producing a SOAP web service](http://spring.io/guides/gs/producing-web-service)
### Tutorials