Re: WSDL2Java / Proxy Server (newbie)

2003-04-01 Thread Reid
Title: WSDL2Java / Proxy Server (newbie) I would download the WSDL file and run WSDL2Java on the local copy.   Reid - Original Message - From: Rudolph, Troy To: [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 9:02 AM Subject: WSDL2Java / Proxy Server (newbie

Re: Axis client hangs -- what's the REAL fix?

2003-03-31 Thread Reid
Sorry, that should have said "From what I can tell, the code makes use of java.NET.SocketInputStream, instead."   -Reid - Original Message - From: Reid To: [EMAIL PROTECTED] Sent: Monday, March 31, 2003 6:19 PM Subject: Axis client hangs -- what's

Axis client hangs -- what's the REAL fix?

2003-03-31 Thread Reid
very much,   Reid

Response timing out.

2003-03-28 Thread Reid
hat the content-length setting in the response header may be incorrect, but does anyone else have any other ideas?   Win2KPro, Axis1.0, JDK 1.4.1,JBuilder4 (with patch in order to work with JDK1.4.1)   Thanks in advance for any help!   Reid

Re: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Reid
, right? -Original Message-From: Reid [mailto:[EMAIL PROTECTED]Sent: Thursday, March 27, 2003 6:27 PMTo: [EMAIL PROTECTED]Subject: Re: NoSuchMethodError in WSDDDocumentplease help! No...but would it even make a difference at this stage of the game?  All

Re: NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Reid
No...but would it even make a difference at this stage of the game?  All I've done is call the default constructor;  I haven't provided an endpoint, namespace, or anything else at this point... - Original Message - From: Vincent Carpentier (LMC) To: '[EMAIL PROTECTED]'

NoSuchMethodError in WSDDDocument....please help!

2003-03-27 Thread Reid
Hello, This is my first attempt at accessing a remote web service utilizing Apache Axis. My code is bailing when I try to create an instance of the org.apache.axis.client.Service class, using the default constructor. The error I'm seeing is below, and my code follows.  Also, I see all over