RE: Urgent: How to know when a Session has been terminated within Apa che SOAP

2003-12-08 Thread Joan Pont
Hi,     I'll be using Java.     What do you mean by "taking a look at the internal details of the method" ?     Any help would me much appreciated. Thanks, Joan.     -Original Message- From: mangesh ulhare [mailto:[EMAIL PROTECTED] Sent: 05 December

Differences b/w Axis and Apache SOAP

2003-12-08 Thread Dhanush Gopinath
Hi All,   Can any one please give me the  differences betwwen the Apache SOAP 2.0 and Axis ?     Thanks & Regards   Dhanush ** Scanned by eScan Content-Security and Anti-Virus Software. Visit http://www.mwti.net for more info o

XMLParserUtils - Problem in nightly build

2003-12-08 Thread OR623
Hi! I downloaded the latest nightly build ( post 2_3_1 ) SOAP. I am using it with UDDI4J to connect to an registry. When I tried to connect to uddi, I got the following exception: TransportException: ParsingError: response was: File "" not found. I found out, the problem lies in org.apache.soap.u

SOAP over SSL with IBM JSSE

2003-12-08 Thread Steve D George
Hi, I'm trying to send a SOAP message over SSL from a servlet running under websphere 4.0.4. Websphere uses the IBM implementation of JSSE and while I believe that this shouldn't cause me any problem, I'm getting the following error when I invoke the SOAP call. Caught SOAPException (SOAP-ENV:C

RE: SOAP over SSL with IBM JSSE

2003-12-08 Thread Joshi Pravin
I think you may have to create a keystore (using keytool utility and add server certificate to this keystore. In the code you can set these parameters. System.setProperty("javax.net.ssl.trustStore", keystorefile); System.setProperty("javax.net.ssl.trustStorePassword", keystorepa

Re: SOAP over SSL with IBM JSSE

2003-12-08 Thread Bassem HAIDAR
hello does SOAP over SSH exist i cant have a http access to my PC in the LAN, but i have a ssh connection. can i tunneling the soap request via ssh protocol??? thank you Steve D George wrote: Hi, I'm trying to send a SOAP message over SSL from a servlet running under websphere 4.0.4. Websph