Hi,
Im just trying to work out what the best method for implemeting SOAP WS Security authenticating with gluu server would be. As far as i can see it, I can either implement a custom interception script to read the SOAP header and catch the request at gluu gateway, or I can let the request through to my java client to handle the SOAP headers using OXD to talk to the gluu server.
Any advice about the best way to handle this would be great.