RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
. These classes are generated as part of our build process to automatically account for any changes in the WSDL. We cannot stop the build, edit the classes by hand, and then continue the build. -Original Message----- From: Davis, Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, March 20, 20

RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
I know this may sound silly, but have you tried editing the generated classes to but in the namespace you are expecting? field.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema".";, boolean")); Kevin -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED]

RE: Axis Clients - Default SOTimeout other than 0?

2003-03-20 Thread Davis, Kevin
This is similiar to the issue I've been having. Take a look at the archives for a message with the subject HTTP Connections Hanging. We've been around this issue for a while. Kevin -Original Message- From: Jens Schumann [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:34 PM T

RE: HTTP Connections Hanging

2003-03-17 Thread Davis, Kevin
I will take a look at the latest release candidate and report my findings. Thanks for the help. Kevin -Original Message- From: Norris Merritt [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 4:36 PM To: Davis, Kevin; '[EMAIL PROTECTED]' Subject: RE: HTTP Connections Hang

RE: HTTP Connections Hanging

2003-03-17 Thread Davis, Kevin
: Norris Merritt [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 4:15 PM To: '[EMAIL PROTECTED]' Cc: Davis, Kevin Subject: RE: HTTP Connections Hanging I believe that Axis client code relies on the remote web server to close the connnection. The XML response from the SOAP server i

RE: HTTP Connections Hanging

2003-03-17 Thread Davis, Kevin
questions answered. Kevin -Original Message- From: Davis, Kevin Sent: Monday, March 17, 2003 1:23 PM To: '[EMAIL PROTECTED]' Subject: RE: HTTP Connections Hanging I'm surprised too, but trying to patch it is just not an option for me here. So I guess someone with some more ti

RE: HTTP Connections Hanging

2003-03-17 Thread Davis, Kevin
re why this doesnt bite everyone - possibly the sockets that are left open are closing when exceptions are thrown but the socket has dropped out of scope. -Baz Davis, Kevin wrote: > Anyone else have any suggestions, workarounds for this? > > Kevin > > -Original Message-

RE: HTTP Connections Hanging

2003-03-17 Thread Davis, Kevin
Anyone else have any suggestions, workarounds for this? Kevin -Original Message- From: Davis, Kevin Sent: Friday, March 14, 2003 1:19 PM To: '[EMAIL PROTECTED]' Subject: RE: HTTP Connections Hanging I think much of the issue I'm having is around the bug pertaining to Xe

RE: HTTP Connections Hanging

2003-03-14 Thread Davis, Kevin
ndling the Exception - but not specifically 'closing' the socket in a "finally{}" clause. As a result the sockets chewed up my weblogic threads until they were gone. Not sure if this applies exactly - it may be a piece of the puzzle... Kevin "Davis, Kev

HTTP Connections Hanging

2003-03-14 Thread Davis, Kevin
I've been looking through the past messages and the Apache Axis bugzilla database and it appears that the issue surrounding HTTP Connections "hanging" is a known issue. What is the easiest way to get around this issue? I'm expieriencing some rather interesting problems surrounding this. I have