angular-enterprise-example icon indicating copy to clipboard operation
angular-enterprise-example copied to clipboard

SOAP server example

Open kylecordes opened this issue 8 years ago • 1 comments

This is another frequent request that has come in off-line: an example of an Angular UI talking to a SOAP server.

It would make a good feature in this example program. One of the servers offered should provide a SOAP endpoint, and one of the user interface modules should use a suitable JavaScript SOAP library to call it.

kylecordes avatar Apr 25 '17 15:04 kylecordes

To make this feasible (within the occasional bits of time available) I'm hoping to find something roughly akin to either json-server or Loopback, something which lets me stand up a relatively complex SOAP backend suitable for demonstration, capable of reading and writing data, but with very little code.

kylecordes avatar Mar 05 '18 02:03 kylecordes