Changes the disposition of the alert without changing the alert status. The UMF API equivalent of the dispositionAlert method are the SOA_DISPOSITION_ALERT_REQUEST input document and the SOA_DISPOSITION_ALERT_RESPONSE output document.
dispositionAlert ( alertIdentifier, dispositionID, dispositionedByUser, comment, additionalinfo );
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <dispositionAlert xmlns="http://services/"> <alertID xmlns=""> <alertType>ROLE_ALERT</alertType> <alertID>4</alertID> </alertID> <dispositionID xsi:type="xsd:long" xmlns="">3</dispositionID> <dispositionedByUser xmlns="">admin</dispositionedByUser> <comment xmlns="">disposition alert comment</comment> <additionalInfo xsi:nil="true" xmlns=""/> </dispositionAlert> </soapenv:Body> </soapenv:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soapenv:Body> <dispositionAlertResponse xmlns="http://services/"> <success xmlns="">TRUE</success> </dispositionAlertResponse> </soapenv:Body> </soapenv:Envelope>