Old versions of PingBindingImpl in snapshot?

2005-01-31 Thread Martin Stemplinger
Hi all, I just downloaded ws-fx (ws-fx_20050131053508.tar.gz) from the snapshots server cvs.apache.org. There were several errors in PingBindingImpl.java I had to fix manually. A comparision with the webcvs didn't show the offending file. Obviously I missed something stupid. May I ask anyone on

Re: How to handle parameters for Password callback class?

2005-02-01 Thread Martin Stemplinger
Ilias Bartolini schrieb am 01/31/2005 10:39 PM: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 31 January 2005 22:32, Martin Stemplinger wrote: How can I pass a parameter to the callback class? I'd appreciate any hints how other handle this or what's the recommended way of doing so. You

Re: Old versions of PingBindingImpl in snapshot?

2005-02-01 Thread Martin Stemplinger
Ilias Bartolini schrieb am 01/31/2005 10:44 PM: There were several errors in PingBindingImpl.java I had to fix manually. A comparision with the webcvs didn't show the offending file. Obviously I missed something stupid. May I ask anyone on this list for explanation? The following one, is an old

Re: Digested password questions

2005-03-12 Thread Martin Stemplinger
Andy Kriger schrieb am 03/09/2005 09:27 PM: I have a few questions about making SOAP requests with UsernameToken and digesting the password... 2) On the server side, I want to compare the UsernameToken against values stored in a database. So I can use getIdentifier() to lookup the password and

Re: Tutorial Example

2005-05-22 Thread Martin Stemplinger
csj schrieb am 05/20/2005 09:28 PM: faultString: WSDoAllReceiver: cannot load password callback class: Foo.PWCallback; nested exception is: java.lang.ClassNotFoundException: Foo.PWCallback It seems that the server cant find PWCallback in the Foo packge. Where did you put the class file? If

How to configure UsernameTokenSignature

2005-06-10 Thread Martin Stemplinger
Hi all, in one of the interop tests I found an action called UsernameTokenSignature which seems to sign the request using the Password. Unfortunately I can't get the server to work because an action number mismatch. Could someone please give me a hint or point me to the relevant part of code

Re: Certificat problem.

2005-09-03 Thread Martin Stemplinger
Jérôme PICARD schrieb am 08/30/2005 01:41 PM: Hello, Thank you for all your answers, I try to generate a certificat with openssl (I read some tutorials about it), when I import the certificat in the keystore with keytool I catch a new Exception. Can you give me some informations about the