You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by David Thielen <da...@windward.net> on 2004/07/01 23:06:21 UTC

Why AXIS instead of Sun's Web Services SDK?

Hi;

I'm at JavaOne and so have not had a chance to download it. But it looks like Sun's wsjdk gives you everything you need to run web services on tomcat or any other application server.

In this case, what is axis needed for?

thanks - dave

Re: Why AXIS instead of Sun's Web Services SDK?

Posted by Baiss Eric Magnusson <ba...@mac.com>.
Well, for those running other application servers that only need the 
J2SE free environment.

For me, that means WebObjects.

On Jul 1, 2004, at 2:06 PM, David Thielen wrote:

> Hi;
>
> I'm at JavaOne and so have not had a chance to download it. But it 
> looks like Sun's wsjdk gives you everything you need to run web 
> services on tomcat or any other application server.
>
> In this case, what is axis needed for?
>
> thanks - dave
>
----
Baiss Eric Magnusson
<http://www.Track-Your-Finances.com>
<http://www.CascadeWebDesign.com>


Re: Why AXIS instead of Sun's Web Services SDK?

Posted by "matthew.hawthorne" <ma...@apache.org>.
David Thielen wrote:
> I'm at JavaOne and so have not had a chance to download it. But it looks like 
 > Sun's wsjdk gives you everything you need to run web services on 
tomcat or any other application server.
> 
> In this case, what is axis needed for?

I tried Sun's Web Service Development Kit before, and felt absolutely 
clueless.  I actually got a service working but I had no idea what was 
going on.

To me, Axis is *much* simpler.  I write my classes, write the *.wsdd 
file,  deploy them as services, and there's my WSDL.
It really made me wonder why Sun's techniques are so complicated...  but 
perhaps I am missing something.

RE: Why AXIS instead of Sun's Web Services SDK?

Posted by Anne Thomas Manes <an...@manes.net>.
Sun's JSWDK runs only on the latest version of Tomcat. It does not run on
"any other application server". 

-----Original Message-----
From: David Thielen [mailto:david@windward.net] 
Sent: Thursday, July 01, 2004 5:06 PM
To: axis-user@ws.apache.org
Subject: Why AXIS instead of Sun's Web Services SDK?

Hi;

I'm at JavaOne and so have not had a chance to download it. But it looks
like Sun's wsjdk gives you everything you need to run web services on tomcat
or any other application server.

In this case, what is axis needed for?

thanks - dave