Web services context menus |
|
The Web Services Tools includes a handful of context menus
available on key resources, including:
|
|
- Projects.
- WSDL documents.
- WS-Inspection documents.
- Java classes.
- EJBs.
- J2EE deployment descriptors.
|
|
The context menus are available from on different
perspectives, including, but not limited to, the following:
|
| |
|
They are also available on resources in the Web Services
folder in the Project Explorer in the J2EE perspective.
|
| The Web services context menus actions available are: |
|
Action
|
Remarks
|
Test with Web Services Explorer |
Launches the Web Services Explorer to invoke
operations on a given WSDL document.
|
Publish WSDL file |
Launches the Web Services Explorer to publish
WSDL to a UDDI registry.
|
Generate WSIL |
Launches a wizard that generates a WS-Inspection
document from a given WSDL document.
|
Generate Client |
Equivalent to File -> New -> Other... -> Web
Services -> Web Service Client.
|
Create Web service |
Equivalent to File -> New -> Other... -> Web
Services -> Web Service for a bottom-up
scenario.
|
Generate Java bean skeleton |
Equivalent to File -> New -> Other... -> Web
Services -> Web Service for a top-down scenario.
|
Configure Handlers |
Launches the Configure Handlers wizard. |
Generate Sample JSPs |
Launches that subset of the Web Service Client
wizard that generates Sample JSPs from a Java
proxy.
|
|
Testing pop ups |
| Context menus on Java file |
|
These are the Web services context menus available on Java
files (resource or Java objects):
|
|
- Create Web service
- Generate Sample JSPs
|
| Context menus on WSDL file |
|
These are the Web services context menus available on WSDL:
|
|
- Test with Web Services Explorer
- Publish WSDL file
- Generate Java bean skeleton
- Generate Client
- Generate WSIL
|
| Context menus on WSIL file |
|
These are the Web services context menus available on WSIL:
|
|
- Generate Java bean skeleton
- Generate Client
|
| Context menus in J2EE Project Explorer |
|
-
Various Web services context menus are available on
the different objects in the J2EE Project Explorer:
-
Web service object under Web Services ->
Services (XXXService)
-
WSDL object under Web Services -> Services
-> XXXService
-
Web service reference object Web Services ->
Clients
The Web services context menus on the above objects
are:
- Test with Web Services Explorer
- Publish WSDL file
- Generate Java bean skeleton
- Generate Client
- Generate WSIL
- Configure Handlers
The Web service context menu available on the
imlementation class under Web Services -> Services ->
XXXService -> Service Classes object and Web Services ->
Services -> XXXService -> Service Classes -> SerivceImpl
object is:
The Web service context menu available for handlers
under Web Services -> Services -> XXXService -> Handlers
object and Web Services -> Clients -> Web service ref ->
Handlers -> handler classe object is:
|