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:
-
In the Applications Navigator, select the project you want to use.
-
Choose File | New to open
the New Gallery
-
In the Categories list, select
Web Services.
-
In the Items list, double-click
Web Service Stub/Skeleton to launch the Create Web Service
Stub/Skeleton wizard.
-
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.
Related topics
Creating Stubs and Skeletons to .NET Web
Services
Copyright © 1997, 2004, Oracle.
All rights reserved.