http://www.ibm.com/schema/twss/spm/admin/type/v2_0/interface
The getPolicyType Operation

Gets the policy type definition for the supplied type name.

TypeAdministrationInterface_getPolicyTypeResponse  getPolicyType (getPolicyTypeRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: TypeAdministrationInterface_getPolicyTypeRequest

Get policy type operation input parameters. Specifies the type name whose definition to fetch.

getPolicyTypeRequest request

Get policy type request.

Collapse Output: TypeAdministrationInterface_getPolicyTypeResponse

Get policy type response result. Returns the policy type definition for the supplied type name.

getPolicyTypeResponse result

Get policy type response.

Collapse Fault:
ServicePolicyException  : 

Raised if the supplied type name does not exist, or if an internal error occurs.

ServicePolicyException ServicePolicyException

Service policy exception fault.

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

 Collapse XML
-<wsdl:operation  name="getPolicyType">
-<wsdl:documentation>
<xhtml:p>Gets the policy type definition for the supplied type name.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Get policy type operation input parameters. Specifies the type name whose definition to fetch.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Get policy type response result. Returns the policy type definition for the supplied type name.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_type_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if the supplied type name does not exist, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©