This article is for LoopBack 2.x, which is no longer supported. Please see the corresponding article for 3.x.

SOAP connector example

Example of using the LoopBack SOAP connector.
Page Contents
Note: This page was generated from the loopback-example-connector/README.md.

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

AltStyle によって変換されたページ (->オリジナル) /