Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Configuration: General

Configuration Options     Related Tasks     Related Topics

Use this page to view the general configuration of this Web service, such as the type of archive it is packaged in (WAR or EJB JAR), the file that contains the Web service implementation, and so on.

Configuration Options

Name Description
Description

Description of the Web service.

Name

Name of the Web service.

Web Service Type

Web service type (JAX-WS or JAX-RPC).

Implementation Type

Implementation type (Java class or stateless session EJB) of the Web service.

Implementation Source

Implementation source (WAR or EJB JAR file) of the Web service.

WSDL Publish File

Flag that specifies whether to publish the WSDL of the deployed Web service for JAX-RPC Web services. Note that JAX-WS Web services always publish the WSDL.

Valid values include true or false. If set to true, then the server returns the WSDL upon request using the URL format: service_address?WSDL. If false, then the server returns a 404 code because the WSDL is not available. The WSDL file is defined by the <wsdl-file> element in the webservices.xml descriptor.

View Dynamic WSDL Enabled

Flag that specifies whether to display dynamic WSDL with "?WSDL" in the query string of a http request.

This provides a mechanism to disable "?WSDL" so that the internal IP address of the server is not revealed in the service tag of the WSDL.

Related Tasks

Related Topics


Back to Top