Novell exteNd Web Services SDK 5.0Tools Reference |
Novell exteNd WSSDK provides the following compilers and tools, all written in Java.
The Novell exteNd WSSDK WSDL to Java RMI compiler. This compiler converts a WSDL document into Java RMI with stubs and skeletons for developing Java based Web Services and/or Web Service clients.
The Novell exteNd WSSDK XML Schema to Java Beans compiler. This compiler is used internally by wsdl2java but can also be run stand-alone to convert between complex XML Schema and Java Beans.
The Novell exteNd WSSDK Java RMI to SOAP compiler. This compiler is used internally by wsdl2java but can also be run stand-alone to generate SOAP stubs and skeletons from Java RMI.
The Novell exteNd WSSDK Java RMI to WSDL compiler. This compiler convert Java RMI into a WSDL document. The generated WSDL can be used when publishing a Java based Web Service.
The Novell exteNd WSSDK Server is a light-weight HTTP server, which is specialized to host Novell exteNd Web Services SDK based Web Service implementations. Since it's not a fully fledged servlet container, its primary use is testing.
The Novell exteNd WSSDK TCP Tunnel is used to visualize SOAP messages exchanged between a client and a server. The tunnel has two windows to display both request and response messages.
- The Novell exteNd WSSDK Send Utility is used to send a TCP message to a remote host and visualize the response from it. It displays the response on the console.
The Novell exteNd Web Services SDK Java to RMI wizard is a graphical tools, which makes it easy to convert Java classes into RMI. It supports configuration of the methods which will be available in the remote interface.