RE: good document style tutorial

2005-01-12 Thread Pascale, Peter H.
OTECTED] Sent: Wednesday, January 12, 2005 8:38 AM To: [EMAIL PROTECTED] Subject: good document style tutorial Hi all, I'm currently in the process of learning Axis. Currently I have succesfuly set up Axis on JBoss and WebLogic. I also followed some tutorials on the net speaking about RPC style SO

good document style tutorial

2005-01-12 Thread Harm de Laat
Hi all, I'm currently in the process of learning Axis. Currently I have succesfuly set up Axis on JBoss and WebLogic. I also followed some tutorials on the net speaking about RPC style SOAP. Unfortunatly I cannot find a good tutorial about document style Webservices. Can somebody recomm

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
Nice tutorial! Could you expand on it and discuss how to create custom "typeMappings" in the deploy.wsdd file. Specifically, how would you create a typeMapping to correct the following error: No deserializer defined for array type {http://www.w3.org/2003/05/soap-encoding}string Than

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

RES: Newbie - tutorial using axis/web services w/ java

2004-03-22 Thread Fabricio B. Teixeira
PROTECTED] Enviada em: segunda-feira, 22 de marco de 2004 22:37 Para: [EMAIL PROTECTED] Assunto: Newbie - tutorial using axis/web services w/ java Hello, I'm trying to user axis and I'm also in the process of learning web services with java. I've read the info on axis website but

Newbie - tutorial using axis/web services w/ java

2004-03-22 Thread Kawthar Bt M Sulaiman
Hello, I'm trying to user axis and I'm also in the process of learning web services with java. I've read the info on axis website but still don't have a good grasp on what exactly I need to do to implement a web service using axis. Do you have any recommended tutoria

Tutorial for custom bindings

2004-02-16 Thread Oliver White
Title: Tutorial for custom bindings Hi folks, I've been lurking for a while, and it seems fairly obvious that WSDL2Java (and indeed WSDL2ws) is fairly limited when dealing with complex types. Has anyone thought about documenting their experiences hand coding bindings with Axis? C

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 TaxClien

RE: Any god documentation/tutorial of the WSDD deployment descriptor file?

2003-10-31 Thread Søren Neigaard
/Søren -Original Message- From: Tore Halset [mailto:[EMAIL PROTECTED] Sent: 31. oktober 2003 11:20 To: [EMAIL PROTECTED] Subject: RE: Any god documentation/tutorial of the WSDD deployment descriptor file? On Fri, 31 Oct 2003, Søren Neigaard wrote: > But somehow this is not engoug

RE: Any god documentation/tutorial of the WSDD deployment descriptor file?

2003-10-31 Thread Tore Halset
On Fri, 31 Oct 2003, Søren Neigaard wrote: > But somehow this is not engough wheh its the return type of the method > is a bean with a array of beans inside?? Have you ever done excatly > this? I started using axis four days ago, so I am a real newbie :) Here is the wsdd-entry for one of my test-

RE: Any god documentation/tutorial of the WSDD deployment descriptor file?

2003-10-31 Thread Søren Neigaard
ng/"; /> But somehow this is not engough wheh its the return type of the method is a bean with a array of beans inside?? Have you ever done excatly this? /Søren -Original Message- From: Tore Halset [mailto:[EMAIL PROTECTED] Sent: 31. oktober 2003 10:48 To: '[EMAIL PROT

Re: Any god documentation/tutorial of the WSDD deployment descriptor file?

2003-10-31 Thread Tore Halset
On Fri, 31 Oct 2003, Søren Neigaard wrote: > I have found that it in the WSDD the hard part is with AXIS. For example I > have a SOAP-RPC method that returns a Bean wich has a array of some other > bean inside, but I have no idea how this should be mapped in the WSDD file. I think you should have

Re: Any god documentation/tutorial of the WSDD deployment descriptor file?

2003-10-31 Thread Stephen Gordon
Have you tried the Reference guide: http://ws.apache.org/axis/java/reference.html stephen Søren Neigaard wrote: I have found that it in the WSDD the hard part is with AXIS. For example I have a SOAP-RPC method that returns a Bean wich has a array of some other bean inside, but I have no idea ho

Any god documentation/tutorial of the WSDD deployment descriptor file?

2003-10-31 Thread Søren Neigaard
I have found that it in the WSDD the hard part is with AXIS. For example I have a SOAP-RPC method that returns a Bean wich has a array of some other bean inside, but I have no idea how this should be mapped in the WSDD file. I have not been able to find any good documentation for the WSDD, so I of

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]> wro

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: Fir

Re: Tutorial: EJB and Axis Web Services Integration

2002-11-15 Thread Matthias David
Just click the little printer logo at the top of the document and then you get what you want... It's that easy... -Ursprüngliche Nachricht- Von: Joseph Rajkumar [mailto:rajkumar@;telocity.com] Gesendet: Freitag, 15. November 2002 03:13 An: [EMAIL PROTECTED] Betreff: Re: Tutorial: EJ

Re: Tutorial: EJB and Axis Web Services Integration

2002-11-14 Thread Joseph Rajkumar
Hi Could you please format it so that I could get it printed. Currently when I try to print it about 40% is vertically getting cut off. Regards Joseph Rajkumar Vinu Murugesan wrote: > Hello everybody, > > Part III of the Apache Axis 1.0 tutorial is now > available at www.Amm

Tutorial: EJB and Axis Web Services Integration

2002-11-14 Thread Vinu Murugesan
Hello everybody, Part III of the Apache Axis 1.0 tutorial is now available at www.Ammai.com. This part shows you how to build Web services that interact with EJBs using Axis 1.0 and the JBoss application server. The URL of this tutorial is: http://www.ammai.com/modules.php?op=modload&

Axis 1.0 Tutorial, available @ Ammai.com

2002-10-21 Thread Vinu Murugesan
Hello all, If you are in the mood of reading an Axis tutorial, go to Ammai.com. There is a tutorial there about Web services using Apache Axis 1.0. Parts I and II of this three part tutorial are released. Enjoy, Vinu. __ Do you Yahoo!? Y! Web

RE: axis tutorial

2002-06-26 Thread Thomas Börkel
; Subject: axis tutorial > > > 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);

axis tutorial

2002-06-25 Thread mszm
ng something or is axis not yet fully implemented ? Besides, is there a tutorial more detailed than the documentation that comes with the package ? thanks in advance. Maurice

Tutorial

2002-06-16 Thread Ambrose Tati
Dear all,   I'm new to the world of Web Services. Could anybody tell me if there are any Apache Axis Web Services Tutorial about? As anybody come up with an Apache Axis book yet?   Many thanks Ambrose Tati