Generating Web Service Skeletons

JDeveloper allows you to generate a server-side skeleton to develop a new web service based on an existing one. It creates a Java class with the outline code to get you started, and for complex types it creates a client-side JavaBean.

To generate a web service skeleton:

  1. In the Applications Navigator, select the project you want to use.
  2. Choose File | New to open the New Gallery
  3. In the Categories list, select Web Services.
  4. In the Items list, double-click Web Service Stub/Skeleton to launch the Create Web Service Stub/Skeleton wizard.
  5. For detailed help about completing the wizard, press F1 or click Help from within the wizard.
    The wizard generates a new skeleton for each exposed method, and they are listed in the navigator.

Creating Stubs and Skeletons to .NET Web Services

 

Copyright © 1997, 2004, Oracle. All rights reserved.