+

Search Tips   |   Advanced Search

 

Publishing WSDL files using the console

 

This article explains how to publish a Web Services Description Language (WSDL) file using the WAS administrative console. Before completing this task, install or deploy the Web service. After deployment, configure the URL endpoint tasks for your transport:

 

Overview

By publishing a WSDL file, you are providing clients with a description of the Web service, including the URL identifying the location of the service.

The WSDL files in each Web services-enabled module are published to the file system location you specify. You can provide these WSDL files in the development and configuration process of the Web service clients so they can invoke your Web services.

Review Publishing WSDL files for more ways to publish WSDL files.

To publish an application's WSDL file with the console:

 

Procedure

  1. Open the console.

  2. Click Applications > Enterprise Applications > application_instance. Under Additional Properties, click Publish WSDL files which brings you to the Publish WSDL zip files panel.

  3. Click the WSDL zip file to download. The zip file contains the application's published WSDL files. The zip file ExtendedWDLFiles.zip contains EJB binding information. It can also contain JMS or HTTP binding information. The zip file WSDLFiles.zip only contains JMS or HTTP binding information.

 

What to do next

Apply security to your Web service.



Publish WSDL zip files settings

 

Related tasks


Developing a WSDL file for JAX-RPC applications
Configure endpoint URL information for JMS bindings
Configure endpoint URL information for HTTP bindings
Configure endpoint URL information to directly access enterprise beans