http://www.ibm.com/schema/twss/spm/admin/service/v2_0/interface
The findMatchingServices Operation

Finds all service definitions matching the specified criteria. A pattern can be specified to match different service identifier names, or the search may be restricted to searching under a particular service group in the hierarchy or to a certain type of idenitifer (individual service or service group).

ServiceAdministrationInterface_findMatchingServicesResponse  findMatchingServices (findMatchingServicesRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: ServiceAdministrationInterface_findMatchingServicesRequest

Find matching services operation input parameters. Specifies criteria used to find all matching services while searching the service hierarchy.

findMatchingServicesRequest request

Find matching services request.

Collapse Output: ServiceAdministrationInterface_findMatchingServicesResponse

Find matching sevices response result. Returns a list of service definitions that matched the specified criteria. If there are no matches, then an empty list will be returned.

findMatchingServicesResponse result

Find matching services response.

Collapse Fault:
ServicePolicyException  : 

Raised if invalid criteria is supplied, or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

 Collapse Bindings
Binding: ServiceAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: ServiceAdministrationInterface_findMatchingServicesRequest
<soap:body  use="literal" />
Output: ServiceAdministrationInterface_findMatchingServicesResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="findMatchingServices">
-<wsdl:documentation>
<xhtml:p>Finds all service definitions matching the specified criteria. A pattern can be specified to match different service identifier names, or the search may be restricted to searching under a particular service group in the hierarchy or to a certain type of idenitifer (individual service or service group).</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Find matching services operation input parameters. Specifies criteria used to find all matching services while searching the service hierarchy.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Find matching sevices response result. Returns a list of service definitions that matched the specified criteria. If there are no matches, then an empty list will be returned.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_svc_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if invalid criteria is supplied, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©