Service Operations Insight

SOI universal connector web service

  • 1.  SOI universal connector web service

    Posted Mar 18, 2019 04:39 PM

    Hi Team

     

    I have to send Alarms to SOI from another application using Universal connector web service.

    To check the request syntax I loaded the wsdl (http://<SA Manager>:7090/axis2/services/GenericConnectorService?wsdl) in soap UI and tried to send an Alarm with the below soap request but it doesn't works.

     

    Does anyone have the correct syntax?

     

     

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservice.generic.connector.ifw.sam.ca.com" xmlns:xsd="http://webservice.generic.connector.ifw.sam.ca.com/xsd">
    <soapenv:Header/>
    <soapenv:Body>
    <web:addEvents>
    <!--Zero or more repetitions:-->
    <web:items>
    <!--Zero or more repetitions:-->
    <xsd:ciProperties>
    <xsd:name>EventType</xsd:name>
    <xsd:value>StatusEvent</xsd:value>
    </xsd:ciProperties>
    <xsd:ciProperties>
    <xsd:name>AlertedMdrElementID</xsd:name>
    <xsd:value>Oracle_Service</xsd:value>
    </xsd:ciProperties>
    <xsd:ciProperties>
    <xsd:name>MdrElementID</xsd:name>
    <xsd:value>1020</xsd:value>
    </xsd:ciProperties>
    <xsd:ciProperties>
    <xsd:name>className</xsd:name>
    <xsd:value>Service</xsd:value>
    </xsd:ciProperties>
    <xsd:ciProperties>
    <xsd:name>Severity</xsd:name>
    <xsd:value>Major</xsd:value>
    </xsd:ciProperties>
    <xsd:ciProperties>
    <xsd:name>AlertType</xsd:name>
    <xsd:value>Risk</xsd:value>
    </xsd:ciProperties>
    <xsd:ciProperties>
    <xsd:name>Summary</xsd:name>
    <xsd:value>TEST_ALARM</xsd:value>
    </xsd:ciProperties>
    </web:items>
    </web:addEvents>
    </soapenv:Body>
    </soapenv:Envelope>

     

    Regards

    Antonello Chiaravalle