Example of using the LoopBack SOAP connector.
Page Contents

loopback-example-connector.soap

Usage

Example 1

Get stock quotes by symbols:

node stock-ws.js

Example 2

Get weather and forecast information for a given zip code:

node weather-rest.js

Example 3

To expose REST APIs to proxy the SOAP web services, run:

node weather-ws.js

then browse to http://localhost:3000/explorer


More LoopBack examples

Tags: example_app