How to Turn Any SOAP Web Service into a REST API
There are two types of remote web services: REST APIs and SOAP APIs If you want to wrap a SOAP API and make it easier to work with through the use of REST endpoints, this simple tutorial will enable you to achieve that goal. With this process, you'll be able to make a request with JSON to the API and receive a response in JSON instead of a long-winded XML format.