> -----Original Message----- > From: Marcus Jit Hoong, LIM [mailto:[EMAIL PROTECTED]] > Sent: Saturday, June 08, 2002 12:08 AM > To: [EMAIL PROTECTED] > Subject: Killing SOAP https connection > > > Good day guys, > > I have a Swing client that connects via https over the > Net to the SOAP server. > > Symptom: Network connection is slow so user cancels > but the whole application hangs. > > Need Help: Once the connection is established, is > there a way to cancel/kill the connection? Thanks. > > Regards, > Marcus >
Are you perhaps using an event Thread to create the connection? You should start a separate Thread for SOAP communication so that the whole application does not depend on the connection Thread finishing quickly. [EMAIL PROTECTED] Author of Soap Programming with Java - Sybex; ISBN: 0782129285
