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
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.
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