Re: Apache Axis Tutorial

2003-12-12 Thread Yves
Nevermind... I just needed to restart the service...Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Testez le nouveau Yahoo! Mail

Re: Apache Axis Tutorial. Problem solved: new problem

2003-12-12 Thread Yves
I got the TaxClient.java to compile, it was a case that I needed to first compile the other four dependent files, now that's okay. When I go to run the app (java TaxClient) I get: An Axis Fault occurred: java.net.ConnectException: Connection refused: connect What's up with that?   Cheers   YvesDo Y

Re: Apache Axis Tutorial

2003-12-11 Thread Yves
Original Message -| *From:* Yves | *To:* [EMAIL PROTECTED] | *Sent:* Wednesday, December 10, 2003 7:02 PM| *Subject:* Re: Apache Axis Tutorial|| Hmmm... same thing. I did that step before: the 4 files created are:| TaxService.java TaxServiceService.java TaxServiceServiceLocator.java| and TaxServiceBinding

Re: Apache Axis Tutorial

2003-12-10 Thread Yves
I don't know what's going on, nothing seems to be helping... I've got all the classpath & path variables set (in XP). Come to think of it, I was able to compile another thing with javac, so I don't think there's a problem on that endXavier Renard <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED

Re: Apache Axis Tutorial

2003-12-10 Thread Xavier Renard
* Yves <mailto:[EMAIL PROTECTED]> | *To:* [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> | *Sent:* Wednesday, December 10, 2003 7:02 PM | *Subject:* Re: Apache Axis Tutorial | | Hmmm... same thing. I did that step before: the 4 files created are: | TaxService.java TaxS

Re: Apache Axis Tutorial

2003-12-10 Thread Dhanush Gopinath
From: Yves To: [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 7:02 PM Subject: Re: Apache Axis Tutorial Hmmm... same thing. I did that step before: the 4 files created are: TaxService.java TaxServiceService.java TaxServiceServiceLocator.ja

Re: Apache Axis Tutorial

2003-12-10 Thread Dhanush Gopinath
It can be ... I dunno Just add the JAVA_HOME to ur PATH and   ur working directory to the CLASSPATH and try again - Original Message - From: Yves To: [EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 7:02 PM Subject: Re: Apache Axis Tutorial Hmmm

Re: Apache Axis Tutorial

2003-12-10 Thread Yves
Hmmm... same thing. I did that step before: the 4 files created are: TaxService.java TaxServiceService.java TaxServiceServiceLocator.java and TaxServiceBindingStub.java   they're there... Just a note, my java command works from everywhere in DOS, but javac only works from within the java_home (C:\j

Re: Apache Axis Tutorial

2003-12-10 Thread Dhanush Gopinath
will be generated underthe directory localhost.dir1.dir2;   Import that and try it again ..   Regards Dhanush - Original Message - From: Yves To: [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 1:34 PM Subject: Apache Axis Tutorial I'm following a tutoria

Apache Axis Tutorial

2003-12-09 Thread Yves
I'm following a tutorial for Apache Axis I found on the web, I'm at the point where I'm supposed to compile the java app but mine keeps returning errors. Here's the DOS prompt from where I tell it to compile and the errors that I get:   C:\j2sdk1.4.1_05\dev>javac TaxClient.java TaxClient.java:2: pa