Ws-security in Notes/Domino 8

Hi everybody

Anyone who have tried to call a webservice that uses ws-security from Notes/Domino with a client created in a script library (e.g. by importing a WSDL file into the library)?

This functionality basically involves signing and encrypting the outgoing soap message and vice versa (decrypt and check signature) when receiving the response.

I have a webservices that I need to call that will use these facilities as specified in the ws-security standard. In a standalone Java application I would use something like Axis2 and rampart (based on wss4j).

If anyone can show code examples I would greatly appreciate that :wink:

Thanks in advance!

John