Hey kids,
I am looking at calling an external web service from SC 6.2 (I suspect it will be much the same in 7.x) that requires ws-security authentication.

I found this post that talks about true js, but I don't think the WS object is available in SC/SM js. I suspect I'll need to add some stuff to a soap header and pass it to the invoke function along with the request, but I don't have any examples on what to add to the header.

Does anyone have any example code on how to add assorted things to the header? Any ws-security (wsse) elements would be great.