http://www.ibm.com/schema/twss/spm/admin/requester/v2_0/interface
The findMatchingRequesters Operation

Finds a list of requester identifiers that match the supplied input parameters. An SQL92 'LIKE' clause pattern is supplied to filter requester identifier names. This can be used to limit the size of the output for a large number of requesters. In addition, the search can be limited to looking under a specified requester group definition or to searching for certain definition types (such as individual requesters only or requester groups only).

RequesterAdministrationInterface_findMatchingRequestersResponse  findMatchingRequesters (findMatchingRequestersRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: RequesterAdministrationInterface_findMatchingRequestersRequest

Find matching requesters operation input parameters. Specifies the search criteria used to match requester identifiers. Search criteria include an SQL 'LIKE' clause matching parameter, a limit to search under a specified requester group, or limiting returned results to certain requester definition types. At a minimum, a pattern must be supplied, although a full wildcard can be used.

findMatchingRequestersRequest request

Find matching requesters request.

Collapse Output: RequesterAdministrationInterface_findMatchingRequestersResponse

Find matching requesters operation response result. Contains a list of matching requester definitions per the specified criteria.

findMatchingRequestersResponse result

Find matching requesters response.

Collapse Fault:
ServicePolicyException  : 

Raised if the specified pattern or requester definition type was invalid, or if an internal error occurred.

ServicePolicyException ServicePolicyException

Service policy exception fault.

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

 Collapse XML
-<wsdl:operation  name="findMatchingRequesters">
-<wsdl:documentation>
<xhtml:p>Finds a list of requester identifiers that match the supplied input parameters. An SQL92 'LIKE' clause pattern is supplied to filter requester identifier names. This can be used to limit the size of the output for a large number of requesters. In addition, the search can be limited to looking under a specified requester group definition or to searching for certain definition types (such as individual requesters only or requester groups only).</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Find matching requesters operation input parameters. Specifies the search criteria used to match requester identifiers. Search criteria include an SQL 'LIKE' clause matching parameter, a limit to search under a specified requester group, or limiting returned results to certain requester definition types. At a minimum, a pattern must be supplied, although a full wildcard can be used.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Find matching requesters operation response result. Contains a list of matching requester definitions per the specified criteria.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_req_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the specified pattern or requester definition type was invalid, or if an internal error occurred.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©