<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <closeConnection xmlns="http://developer.intuit.com/"> <ticket>9d525ece56dc622522abdd28aaa0a13c</ticket> </closeConnection> </soap:Body> </soap:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://developer.intuit.com/"> <SOAP-ENV:Body> <ns1:closeConnectionResponse> <ns1:closeConnectionResult>Complete!</ns1:closeConnectionResult> </ns1:closeConnectionResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>