OasisDigital / angular-enterprise-example

Scalable / Large Angular application structure example
MIT License
125 stars 47 forks source link

SOAP server example #19

Open kylecordes opened 7 years ago

kylecordes commented 7 years ago

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 commented 6 years ago

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.