Re: JMeter plugin: WS-Security using Axis 1.4 and WSS4J

2009-08-14 Thread sahara
Hi , I would appreciate if you could send me/share the ws-security plug in and the steps you did in Jmeter to perform Message confidentiality and integrity. Please send me an email at omasahara at gmail dot com and I owe you one for this as its very critical for me. Best regards Sahara. Edd

Re: JMeter plugin: WS-Security using Axis 1.4 and WSS4J

2008-10-17 Thread Eddie Lau
Hi, I am facing problem when testing Web Service with WS-Security too. could you share your WS-Security plugin with us ? Thanks in advance ~ Regards, Eddie Lau -- View this message in context: http://www.nabble.com/JMeter-plugin%3A-WS-Security-using-Axis-1.4-and-WSS4J-tp14888443p20030464.ht

Re: JMeter plugin: WS-Security using Axis 1.4 and WSS4J

2008-01-16 Thread Brook Heaton
Alas, it turns out that the problem was (a)- me being an idiot. I forgot to include a trailing slash in the directory on my classpath where crypto.properties lives. I needed d:/file/lib/ instead of d:/file/lib --- sebb <[EMAIL PROTECTED]> wrote: > On 16/01/2008, Brook Heaton <[EMAIL PROTECTED]>

Re: JMeter plugin: WS-Security using Axis 1.4 and WSS4J

2008-01-16 Thread sebb
On 16/01/2008, Brook Heaton <[EMAIL PROTECTED]> wrote: > Hello- > > I am in the process of attempting to create a plugin > for JMeter that allows testing web services secured > with WS-Security encryption and signature. I have > followed the tutorial on creating plugins for JMeter > and looked at

JMeter plugin: WS-Security using Axis 1.4 and WSS4J

2008-01-16 Thread Brook Heaton
Hello- I am in the process of attempting to create a plugin for JMeter that allows testing web services secured with WS-Security encryption and signature. I have followed the tutorial on creating plugins for JMeter and looked at the source code for the Web Service sampler, and have almost finishe