Skip to main content


developerWorks  >  SOA and Web services  >

Build Web services in the WebSphere Application Server Toolkit Version 6.1, Part 1: Use Web services wizards

developerWorks

Level: Intermediate

Tam T. Dinh (tamdinh@us.ibm.com), WebSphere System Verification Test, IBM

20 Nov 2006

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

Learn how to use Web services wizards in the WebSphere® Application Server Toolkit (AST) to create top-down Web services, generate the corresponding Web services client, and deploy the Web services application to WebSphere Application Server.

Prerequisites

You should have a basic knowledge of Web services and WebSphere Application Server v6.1.


System requirements

To work through this tutorial, you need the following software installed on your machine:

WebSphere Application Server Base Version 6.1

Windows machine with minimum of 1GB of RAM

A WSDL file which can be extracted out of the sample WServiceApp.ear



Formats

html, pdf


About this tutorial series

This series will demonstrate how to develop Web services and configure Web service security using WebSphere Application Server Toolkit version 6.1. Part 1 of the series shows you how to use Web services wizards in the WebSphere® Application Server Toolkit v6.1 to create top-down Web services, generate the corresponding Web services client, and deploy the application containing the Web services to IBM WebSphere Application Server. Part 2 will cover configuring Web services security.

Web services can be created using two methods: top-down and bottom-up development. Top-down Web services development involves creating a Web service from a Web Services Description Language (WSDL) file. Bottom-up development involves creating a Web service from Enterprise JavaBeans™ components. Although bottom-up Web services development can be faster and easier, especially if you're new to Web services, the top-down approach is recommended because you can create a standard WSDL document that's platform-independent. Its services can then be interoperable with other vendors' products.

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


My developerWorks needs you!

Connect to your technical community


More in this series:
Build Web services in the WebSphere Application Server Toolkit Version 6.1