An Axis web service created in WTP is a Java Web Service. Apache Axis
simplifies creating web services by handling stuff like dealing with
sockets and creating HTTP messages etc. The axis jars get added
automatically to your web project (in WebContent/WEB-INF/lib) when you
go through the web services wizard.
spaiva wrote:
> Hello,
> i would like to know the benefits of creating an AXIS Web service rather
> than just a JAVA Web Service.
>
> What are the main benefits?
>
> Thanks in advance.
> SP
>