[jboss-user] [JBossWS] - Re: Ws-Security, Encryption, .Net - JBoss interoperability

2006-10-12 Thread Artur Signell
The problem is probably that you are using keytool to generate the certificates. Keytool only generates V1 certificates that lack the SubjectKeyIdentifier extension. You need something that can generate V3 certificates eg. openssl to generate the server key. View the original post :

[jboss-user] [JBossWS] - Re: Ws-Security, Encryption, .Net - JBoss interoperability

2006-10-09 Thread kristof.taveirne
Basicly I'm looking for a way to do Authentication and Encryption from a .Net client application to the JBoss AS through web services. If anyone has any idea, how I can do this... Or maybe just give a hint in the right direction... this would be very much appreciated! I've been trying stuff

[jboss-user] [JBossWS] - Re: Ws-Security, Encryption, .Net - JBoss interoperability

2006-10-06 Thread kristof.taveirne
ooh and this is the xml that's going over the wire from the client to the server: | ?xml version=1.0 encoding=utf-8? | soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:wsa=http://schemas.xmlsoap.org/ws/2004/08/addressing;