Is there any researches concerning interoperability of WSE 3.0 and JWSDP 1.6?
I've already read interop article about programming with WSE 2.0 and JWSDP
1.5. For WSE 2.0 and JWSDP 1.5 this works, but not for the link WSE 3.0 -
JWSDP 1.6.
I use Mutual Sertificates assertion with web service hosted on Tomcat
communicating with .NET client. I success to decrypt synch. key and decypher
the SOAP body on java side, but I always get an exception about the
impossibility of decrypting synch. key on client: some problem in OAEP RSA
padding. I know, cryptographic algorithms were moved to the System namespace
from WebServices in WSE 3.0. Maybe that's the reason.
Regards,
DI
agapeton@gmail.com - 28 Mar 2006 06:21 GMT
What WS-I standard are you trying to use? (hint: you need to be using
them and know what you are using)
Florian - 05 Apr 2006 10:59 GMT
Why JWSDP 1.6? Why not JWSDP 2.0?
> Is there any researches concerning interoperability of WSE 3.0 and JWSDP 1.6?
> I've already read interop article about programming with WSE 2.0 and JWSDP
[quoted text clipped - 10 lines]
> Regards,
> DI
vinny - 06 Apr 2006 02:13 GMT
I've tried to use JWSDP 2.0 to authenticate .NET client using WSE 3.0
via X.509 certificate but got no luck. Has anybody done this???
Thanks,
Vinh