Re: Need help signing a SOAP Request with a Digital Signature

2004-03-23 Thread peter anthony cowan
a simple way although it is not a wsdl generated client stubs, but I think you can deploy the ClientHandler to do it just as in the sample, so whether or not it is wsdl generated is not important. Mei - Original Message - From: peter anthony cowan [EMAIL PROTECTED] To: [EMAIL

Need help signing a SOAP Request with a Digital Signature

2004-03-22 Thread peter anthony cowan
Can anyone recommend to me or point me somewhere that describes a simple, straightforward way to sign a SOAP request with a Digital Signature within the Axis framework? I am aware of the XMLSecurity library, but there doesn't seem to be a complete example for a Client. I am trying to transition

Re: Trouble with HTTPS/SSL and Axis -- seeding of SecureRandom causes program to hang

2004-03-12 Thread peter anthony cowan
-Oorspronkelijk bericht- Van: peter anthony cowan [mailto:[EMAIL PROTECTED] Verzonden: vrijdag, maart 2004 6:20 Aan: [EMAIL PROTECTED] Onderwerp: Re: Trouble with HTTPS/SSL and Axis so since i'm using java 1.4 i can just remove those three files from the classpath? (actually

Trouble with HTTPS/SSL and Axis

2004-03-11 Thread peter anthony cowan
When I attempt to run a SOAP client that goes to a secure destination (https), upon invoking the call object the program hangs. No exceptions are cast, nothing happens at all, it just stalls indefinitely. We are running the latest Axis along with Tomcat 4.04, behind the apache web server, which

Re: Trouble with HTTPS/SSL and Axis

2004-03-11 Thread peter anthony cowan
to your client app's classpath. jsse.jar jcert.jar jnet.jar peter anthony cowan wrote: When I attempt to run a SOAP client that goes to a secure destination (https), upon invoking the call object the program hangs. No exceptions are cast, nothing happens at all, it just stalls