| View: | [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 ] |
| Articles |
- Creating Web Services with Apache Axis by Dion Almaer - [Clicks: 124]
We have seen that it is much simpler to work with Web services when using nice tools such as the open source Apache Axis toolkit. Web services should be easy, and they are finally becoming that way. Take another look at the steps that we went through, and notice how little code we wrote to expose our original code as a Web service. These tools are only going to get better; at some point we will just think, "I want this as a Web service," and it will happen.
http://www.onjava.com/pub/a/onjava/2002/06/05/axis.html - Jun, 2002 - Axis: The next generation of Apache SOAP by Tarak Modi - [Clicks: 72]
SOAP (Simple Object Access Protocol) is no longer just an XML wire protocol. It has evolved to become the foundation of Web services. Not surprisingly, Apache has always strongly supported SOAP with its Apache SOAP project. However, as typical among many successful open source projects, Apache SOAP has evolved to the point of its own extinction. Apache's Axis project is a complete re-architecture of its SOAP implementation and has many new features previously unheard of in Apache SOAP. In this article, Tarak Modi provides a high-level look at how Axis takes the Apache SOAP implementation to the next level.
http://www.javaworld.com/javaworld/jw-01-2002/jw-0125-axis.html - Jan, 2002