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
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
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
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
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
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
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
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
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
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
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
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
* 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
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
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
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
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
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
/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
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-
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
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
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
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
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
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
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
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
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
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
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&
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
; 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);
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
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
35 matches
Mail list logo