How to close Catalog tickets using a Web Service method.
Service Catalog 17.x
This cancelRequest method requires two inputs:
Example:
<soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.soap.usm.ca.com">
<soapenv:Header/>
<soapenv:Body>
<ser:cancelRequest soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<sessionID xsi:type="xsd:string">SESSIONID</sessionID>
<requestID xsi:type="xsd:int">TICKETID</requestID>
</ser:cancelRequest>
</soapenv:Body>
</soapenv:Envelope>