RE: Axis tutorial published

2004-05-26 Thread Andrew Premdas
n1 Lucaino Andy -Original Message- From: Luciano Fiandesio [mailto:[EMAIL PROTECTED] Sent: 26 May 2004 10:09 To: [EMAIL PROTECTED] Subject: Axis tutorial published Hi, a couple of weeks ago a discussion about Axis best practices was started. Also a wiki page has been opened on the

RE: Axis tutorial published

2004-05-26 Thread Meloro, John
ks, John M. -Original Message- From: Luciano Fiandesio [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 5:09 AM To: [EMAIL PROTECTED] Subject: Axis tutorial published Hi, a couple of weeks ago a discussion about Axis best practices was started. Also a wiki page has been opened on t

Axis tutorial published

2004-05-26 Thread Luciano Fiandesio
Hi, a couple of weeks ago a discussion about Axis best practices was started. Also a wiki page has been opened on the subject. During this discussion I mentioned a Axis tutorial I was working on. I eventually managed to finish it and it is published (along with the source code) here: http

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

SOAP with Attachment using Axis Tutorial

2003-03-17 Thread subhendukumar mohanty
Hi all, we are developing EJB based webservices which will return image files as attachments. So I need to understand how it works with axis. I saw a sample is in axis but I need some more information about how the soap attachment works using axis. Any pointer will be appreciated. Thanks, Subh

RE: EJB and AXIS Tutorial

2003-02-10 Thread Mark Galbreath
ly explained by stupidity."  ~Hanlon's Razor -Original Message-From: David payam [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 1:45 PMTo: [EMAIL PROTECTED]Subject: EJB and AXIS Tutorial hi:   I tried the link: http://www.ammai.com/modules.php?op=modload

EJB and AXIS Tutorial

2003-02-10 Thread David payam
hi:   I tried the link: http://www.ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=6&page=1 But it dosen't work, so anybody can send the tutorial to my email? [EMAIL PROTECTED] Thanks!  Maurizio Sciglio <[EMAIL PROTECTED]> wrote: First of all thanx for the r

EJB and AXIS Tutorial

2003-02-10 Thread David payam
hi:   I tried the link: http://www.ammai.com/modules.php?op=modload&name=Sections&file=index&req=viewarticle&artid=6&page=1 But it dosen't work, so anybody can send the tutorial to my email? [EMAIL PROTECTED]   Thanks!  Maurizio Sciglio <[EMAIL PROTECTED]> wrote: First of all thanx for the reply.I

RE: axis tutorial

2002-06-26 Thread Thomas Börkel
)); call.setOperationName(methodName); // call.setUsername(user); // call.setPassword(password); result = call.invoke(args); // String array Regards, Thomas > -Original Message- > From: mszm [mailto:[EMAIL PROTECTED]] > Sent: Dienstag, 25. Juni 2002 11:20 > To: [EMAIL PROTECTED] >

axis tutorial

2002-06-25 Thread mszm
hi all, Until few days ago I used to work with glue. I also did some tests with nosoap (php). In both implementations, the client does: // in php $sc = new soapclient('http://garfield/~maurice/wm.wsdl', true); // in java/glue Registry.invoke("http://garfield/~maurice/wm.wsdl";,