examples/soap-calculator/README.md
Integrating a Calculator SOAP web service with LoopBack 4.
This example project shows how to integrate a SOAP web service with LoopBack 4 and expose its methods through the REST API server. Acceptance and Integration tests are provided.
Before each step, you will be presented an image containing the artifacts that you will be creating in blue.
You'll need to make sure you have some things installed:
Lastly, you'll need to install the LoopBack 4 CLI toolkit:
npm i -g @loopback/cli
Follow the following steps to start building your application:
If you'd like to see the final results of this tutorial as an example application, follow these steps:
lb4 example command to select and clone the soap-calculator
repository:lb4 example soap-calculator
cd loopback4-example-soap-calculator
$ npm start
Server is running at http://127.0.0.1:3000
Feel free to look around in the application's code to get a feel for how it works.
MIT