uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

10.7 Displaying Web Service information

Execute the URL that invokes the Web Service Implementation Class or the Provider Implementation Class on the browser to display the Web Service information.

Organization of this section
(1) Web Service information displayed
(2) Method of displaying the Web Service information

(1) Web Service information displayed

To display the Web Service information, specify the URL using the GET method. The following table describes the Web Service information displayed by using the HTTP GET method:

Table 10-13 Web Service information displayed

EndPoint Information

Service Name:
QName for service

Port Name:
QName for port

Address:
URL for invoking the Web Service

WSDL:
URL for acquiring the WSDL for the Web Service
For issuing the Meta data, see the section 10.6 Issuing the Meta data.

Implementation Class:
Name of the Web Service Implementation Class or the Provider Implementation Class

(2) Method of displaying the Web Service information

To display the Web Service information, send the HTTP request containing a URL, such as the one shown in the following example, to the JAX-WS engine on the Web Service using the GET method:

http://sample.com/fromjava/AddNumbersImplService

The following information is specified in this URL:

You can also enable or disable this functionality using the com.cosminexus.jaxws.security.display_webservice_info property. For the com.cosminexus.jaxws.security.display_webservice_info property, see 10.1.2 Settings for the common definition file.