+

Search Tips   |   Advanced Search

Querying Web services with wsadmin


Use the Jython or Jacl scripting language to query for Web services properties with wsadmin. Use the commands in the WebServicesAdmin group to list all Web services and attributes, find attributes of a specific Web service, determine the Web service endpoint, and determine the operation name of a Web service.

The wsadmin admin scripting program supports two scripting languages, Jacl and Jython. The Jacl syntax is deprecated. This page includes examples written only in Jython.

Before we can complete the procedure for the commands in the WebServicesAdmin group, launch wsadmin.

Use the following commands to query for Web services and Web service attributes. If we receive a NoItemFoundException error, the specified application, module, service, or endpoint cannot be found. Verify that all input parameters are correct.

We can optionally specify the client parameter for any command in the WebServicesAdmin command group. The client parameter indicates whether to return service providers or service clients. Specify false to request service providers and true to request service clients.

 


WebServicesAdmin

 

Related tasks


Start wsadmin
Set application and system policy sets for Web services using scripting
Use scripting (wsadmin)