This repository contains the source of the http://learnwebservices.com site.
The main purpose of this site to provide a free, public, sample SOAP webservices for everyone. These webservices are designed to long live, so they can be used in tutorials, videos, blog posts, Stack Overflow, etc. The site contains SOAP clients in different programming languages.
Static pages are in the site
directory, and generated with Jekyll.
There is a Spring Boot server application serves the SOAP webservices in a different GitHub repository: https://github.com/vicziani/learnwebservices-server/.
This repository contains clients with different technologies:
lwsapp-axis2-client
- Java Axis2 clientlwsapp-cxf-client
- Java CXF clientlwsapp-groovy-client
- Groovy clientlwsapp-jaxwsri-client
- Java JAX-RS RI clientlwsapp-jmeter-project
- JMeter project filelwsapp-js-client
- Node.js client with SOAP librarylwsapp-php-client
- PHP client with SOAP extensionlwsapp-postman-collection
- Postman sample requestlwsapp-python-client
- Python client with Zeeplwsapp-ruby-client
- Ruby client with Savonlwsapp-soapui-project
- SoapUI projectlwsapp-springws-client
- Java Spring Web Services clientlwsapp-vanillajs-client
- Vanilla JS client in pure JavaScript (Node.js)SoapClient
- .NET Core client with C#
This site was developed by István Viczián, the author of the http://jtechlog.hu blog.
The content of the learnwebservices.com site is licensed under Creative Commons Attribution-ShareAlike 4.0 International License.
See LICENCE files for details, or the http://creativecommons.org/licenses/by-nc/4.0/ site.