Sunday, October 17, 2010

Creating a Web Service on Weblogic

With Eclipse, we can create and deploy a Web Service in a few minutes. In this tutorial, we will build a service called Document Manager, which enables users to store and retrieve documents on a server.

This tutorial will show you how to do the following tasks.
  • Define an Web Service interface in Java.
  • Implement this interface and deploys the service on Weblogic.
  • Generate a WSDL from the Java interface.
  • Test the service with a Weblogic tool.
  • Generate a client program from the WSDL.

No comments: