Re: Reusing SSL-sessions...

2002-07-04 Thread Sanjiva Weerawarana
You should just re-use the Call object to hold a session. See the addressbook2 sample for an example. Sanjiva. - Original Message - From: "Leif Nilsson TACMa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 7:03 PM Subject: Reusing SSL-sessions... > Hi, > > Is

Execution error while running SOAP request

2002-07-04 Thread KavithaK
hi, when run the SoapRequest class i get the following execution error. Unable to create SOAP connection factory: Provider com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnectionFactory not found I am using the "java_xml_pack-winter-01-dev" jaxm package with Webspherer application server3.5.

Reusing SSL-sessions...

2002-07-04 Thread Leif Nilsson TACMa
Hi, Is there a way to reuse the SSL-session for several SOAP-Calls ? As I've stated before it seems that soap over SSL sooner or later just fails. By activating the system property javax.net.debug (JSSE) it is clear that two independant sessions are created for each Call/SOAPHttpConnection. A