UnregisterStateChange operation


The UnregisterStateChange operation removes the registration ID assigned to the request to receive state change events and thus stops your integration from receiving state change events.

WSDL for UnregisterStateChange operation

<wsdl:operation name="UnregisterStateChange" parameterOrder="inargs">
<wsdl:input message="tns:UnregisterStateChange_Request"/>
<wsdl:output message="tns:UnregisterStateChange_Response"/>
<wsdl:fault message="tns:Execution_Fault" name="Execution_Fault"/>
</wsdl:operation>

WSDL message for UnregisterStateChange

<wsdl:message name="UnregisterStateChange_Request">
       <wsdl:part element="elems:UnregisterStateChange" name="inargs"/>
</wsdl:message>
<wsdl:message name="UnregisterStateChange_Response">
       <wsdl:part element="elems:UnregisterStateChange_output" name="outargs"/>
</wsdl:message> 

XSD schema for request and response for UnregisterStateChange

<xsd:element name="UnregisterStateChange">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="imname" nillable="true" type="xsd:string"/>
<xsd:element name="registrationID" nillable="true" type="xsd:string" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="UnregisterStateChange_output">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="resultCode" type="xsd:int" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>

Parameters for UnregisterStateChange

Name

Direction

Element name

Description

imname

In

String type that identifies the name of the BMC Impact Manager instance.

registrationID

In

Integer that is assigned to this registration request.

resultCode

Out

Integer that specifies the server response to the unregister state change request.

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*