Web Services Tutorial 3 SOAP & REST Tutorial

In this part of web services tutorial, author provides both a non-WSDL SOAP server and a REST Web Service Example program. The goal is to keep everything simple and easy to understand because it is very common for these to be generated by software. The focus is on the GET method with REST because it is most commonly used.
Back to Top