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

Attempts to create one or more requester definitions in a single batch operation. The runtime will iterate through the list of supplied requester definitions and attempt to create them in sequence. Faults will be returned for any failures encountered during iteration. Encountering failures does not necessarily halt the iteration, and the runtime may continue in best effort to create as many of the supplied definitions as possible.

RequesterAdministrationInterface_createRequestersResponse  createRequesters (createRequestersRequest request)
Operation Type: Request-response
Collapse Input: RequesterAdministrationInterface_createRequestersRequest

Create requesters operation input parameters. Contains a list of requester definitions to create in the service policy manager.

createRequestersRequest request

Create requesters request.

Collapse Output: RequesterAdministrationInterface_createRequestersResponse

Create requesters response result. This response contains a list of any faults that may have occurred while creating the supplied requester definitions.

createRequestersResponse result

Create requesters response.

 Collapse Bindings
Binding: RequesterAdministrationInterfaceBinding
<soap:binding  style="document"
  transport="http://schemas.xmlsoap.org/soap/http" />
Operation:
<soap:operation  soapAction=""
  style="document" />
Input: RequesterAdministrationInterface_createRequestersRequest
<soap:body  use="literal" />
Output: RequesterAdministrationInterface_createRequestersResponse
<soap:body  use="literal" />

 Collapse XML
-<wsdl:operation  name="createRequesters">
-<wsdl:documentation>
<xhtml:p>Attempts to create one or more requester definitions in a single batch operation. The runtime will iterate through the list of supplied requester definitions and attempt to create them in sequence. Faults will be returned for any failures encountered during iteration. Encountering failures does not necessarily halt the iteration, and the runtime may continue in best effort to create as many of the supplied definitions as possible.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Create requesters operation input parameters. Contains a list of requester definitions to create in the service policy manager.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Create requesters response result. This response contains a list of any faults that may have occurred while creating the supplied requester definitions.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
</wsdl:operation>
Generated by WSDLdoc ©