A Web Services Description Language (WSDL) file is an XML file that contains a description of the interface of a web service. WebLogic Workshop can generate a new JWS file (a web service) that implements the interface described in a WSDL file.
A WSDL file describes only the interface (or public contract) of a web service. After following the instructions below to generate a JWS file from a WSDL file, you must still add code to the JWS file to implement the necessary logic of the web service.
To Generate the JWS File in WebLogic Workshop