![]() ![]() ![]() ![]() |
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 Specifies the description of the Web Service.
Name The name of the Web Service.
Web Service Type The Web Service Type (JAX-WS / JAX-RPC).
Implementation Type The implementation type (Java class or stateless session EJB) of the Web Service.
Implementation Source The 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
orfalse
. If set totrue
, then the server returns the WSDL upon request using the URL format:service_address?WSDL
. Iffalse
, then the server returns a 404 code because the WSDL is not available. The WSDL file is defined by the<wsdl-file>
element in thewebservices.xml
descriptor.View Dynamic WSDL Enabled 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.
- Start and stop a Web Service
- View installed Web Services
- View the WSDL of a Web Service
- Monitor a Web Service
- Install a Web Service
- Introducing Web Services for Oracle WebLogic Server
- Getting Started With JAX-WS Web Services for Oracle WebLogic Server
- Getting Started With JAX-RPC Web Services for Oracle WebLogic Server
- Programming Advanced Features of JAX-WS Web Services for Oracle WebLogic Server
- Programming Advanced Features of JAX-RPC Web Services for Oracle WebLogic Server
- Securing Web Services for Oracle WebLogic Server
- Web Services Reference for Oracle WebLogic Server
![]() |