Skip to main content


developerWorks  >  Open source | SOA and Web services | WebSphere  >

Online banking with Apache Geronimo and Axis2, Part 1: The service: Laying down the framework

developerWorks

Level: Intermediate

Nicholas Chase (ibmquestions@nicholaschase.com), Freelance writer, Backstop Media

21 Mar 2006

Register now or sign in using your IBM ID and password.

Dive deep into the intricacies of using Apache Geronimo and Axis2 to build a complex Web services application. This three-part tutorial series walks you through building an example online banking Web service, documenting each step of the process so new users can quickly grasp the concepts and build a complete Web service and Web-interface client that connects to and communicates with the Web service. In the first installment, you get acquainted with the example Web service and the Web services that use WSDL, build and compile a WSDL file, and test and deploy it on Geronimo.

In this tutorial

  • Overview of the online banking Web service

  • Data structures

  • Expose the Web service: WSDL

  • Compile and deploy the Web service

  • Create and test a simple client

Prerequisites

You need Apache Geronimo 1.0, Apache Axis2, Apache Ant, and the latest Java 1.4 version to follow along with this tutorial.


Duration

Under 2 hours


Formats

html, pdf


Share this....

digg Digg this story del.icio.us del.icio.us Slashdot Slashdot it!


Back to top


Document options

Document options requiring JavaScript are not displayed

Discuss


More in this series:
Online banking with Apache Geronimo and Axis2