angular-enterprise-example
angular-enterprise-example copied to clipboard
SOAP server example
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.
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.