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
ECTED]Subject: Re: running with axisDid you check your classpath? Do you have all required jar files in yourclasspath while using running your app on command line?--Bahman- Original Message -From: "Tim Lee" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent:

RE: running with axis

2002-11-19 Thread Tim Lee
spath? Do you have all required jar files in yourclasspath 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 PMSubject: running with axis>

RE: running with axis

2002-11-19 Thread Tim Lee
ng running your app on command line?--Bahman- Original Message -From: "Tim Lee" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, November 19, 2002 1:40 PMSubject: running with axis> I'm using visual cafe to run a program that connects to a

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 Subj

running with axis

2002-11-19 Thread Tim Lee
I'm using visual cafe to run a program that connects to a webservice using stubs generated by WSDL2Java. I'm trying to figure out some problems I'm having running with axis. If I take a test program that runs perfectly fine in cafe and run it from the command line, the re