Re: running with axis

2002-11-19 Thread Bahman Kalali
ECTED]' Sent: Tuesday, November 19, 2002 4:20 PM Subject: RE: running with axis The following call returns null no matter what method on my webservice I try to connect with.  If I take my classes and put them in visual cafe it works fine.  I have the same classpath set up.  No

RE: running with axis

2002-11-19 Thread Tim Lee
I have gotten the connection to happen going back to the xerces.1.3.0.jar file.  We were using 1.3.1.jar.  We can't go above that due to some other software in our system.    Anyway, I now get the following error but there server does log a connection was attempted:   AxisFault faultCode: {

RE: running with axis

2002-11-19 Thread Tim Lee
The following call returns null no matter what method on my webservice I try to connect with.  If I take my classes and put them in visual cafe it works fine.  I have the same classpath set up.  Not too sure what is going on.  The Call class is an axis class.       java.lang.Object _resp

RE: running with axis

2002-11-19 Thread Tim Lee
Unless it is in one of the axis classes no. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 19, 2002 3:14 PMTo: [EMAIL PROTECTED]Subject: RE: running with axisIs your code swallowing an exception somewhere, so you can't see it?

RE: running with axis

2002-11-19 Thread David . Pool
Is your code swallowing an exception somewhere, so you can't see it? Tim Lee <[EMAIL PROTECTED]> 11/19/2002 10:47 AM Please respond to axis-user                 To:        "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>         cc:                 Subjec

RE: running with axis

2002-11-19 Thread Tim Lee
al Message- From: Bahman Kalali [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 19, 2002 1:49 PM To: [EMAIL PROTECTED] Subject: Re: running with axis Did you check your classpath? Do you have all required jar files in your classpath while using running your app on command line? --Bahman

Re: running with axis

2002-11-19 Thread Bahman Kalali
Did you check your classpath? Do you have all required jar files in your classpath while using running your app on command line? --Bahman - Original Message - From: "Tim Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 19, 2002 1:40 PM Subject: running with axis >