I have a SOAP Service I need to consume. They authorize by using WS-Security. I was able to configure SoapUI like this:
The problem is that I have no idea how to implement this in Javascript.
Is there a way to implement it without the need of the soap module for example? Google did not show my any usable sample instead only node.js, google, etc. related stuff shows up.
Could maybe someone put me into the right direction?
Help is highly appreciated :)