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

Creates a new policy type in the service policy manager. The type name must be unique across all types defined in the system. Both the editable and editMask fields must be present during creation of the type definition. The editMask may need to be sent as CDATA in order to pass the regular expression content.

TypeAdministrationInterface_createPolicyTypeResponse  createPolicyType (createPolicyTypeRequest request)
[fault:  ServicePolicyException  ]
Operation Type: Request-response
Collapse Input: TypeAdministrationInterface_createPolicyTypeRequest

Create policy type operation input parameters. Specifies the type definition to create in the service policy manager. Both editable and editMask fields must be present.

createPolicyTypeRequest request

Create policy type request.

Collapse Output: TypeAdministrationInterface_createPolicyTypeResponse

Create policy type response result. Contains empty content.

createPolicyTypeResponse result

Create policy type response.

Collapse Fault:
ServicePolicyException  : 

Raised if an invalid type defintion is specified, if the type already exists, 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_createPolicyTypeRequest
<soap:body  use="literal" />
Output: TypeAdministrationInterface_createPolicyTypeResponse
<soap:body  use="literal" />
Fault:
ServicePolicyException: ServicePolicyException
<soap:fault  name="ServicePolicyException"
  use="literal" />
 

 Collapse XML
-<wsdl:operation  name="createPolicyType">
-<wsdl:documentation>
<xhtml:p>Creates a new policy type in the service policy manager. The type name must be unique across all types defined in the system. Both the editable and editMask fields must be present during creation of the type definition. The editMask may need to be sent as CDATA in order to pass the regular expression content.</xhtml:p>
</wsdl:documentation>
-<wsdl:documentation>
<xhtml:p>Create policy type operation input parameters. Specifies the type definition to create in the service policy manager. Both editable and editMask fields must be present.</xhtml:p>
</wsdl:documentation>
</wsdl:input>
-<wsdl:documentation>
<xhtml:p>Create policy type response result. Contains empty content.</xhtml:p>
</wsdl:documentation>
</wsdl:output>
-<wsdl:fault  message="admin_type_interface:ServicePolicyException"  name="ServicePolicyException">
-<wsdl:documentation>
<xhtml:p>Raised if an invalid type defintion is specified, if the type already exists, or if an internal error occurs.</xhtml:p>
</wsdl:documentation>
</wsdl:fault>
</wsdl:operation>
Generated by WSDLdoc ©