diff --git a/_config.yml b/_config.yml index 49067cfa..bf6fe077 100644 --- a/_config.yml +++ b/_config.yml @@ -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 diff --git a/index.html b/index.html index 8cf12b21..99507213 100644 --- a/index.html +++ b/index.html @@ -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