stopStagingDatabase
Stops the staging database. Returns success if the database stops or failure if the database fails to stop.
Applies to Integration Appliances only.
- Returns:
- Success or failure.
Examples:
The following code is an example
of a SOAP request to stop the staging database.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:stag="http://www.approuter.com/schemas/2008/1/staging">
<soapenv:Header>
<stag:sessionId>91997FBCE89093792D40DEF8FDB345DD</stag:sessionId>
</soapenv:Header>
<soapenv:Body>
<stag:stopStagingDatabase/>
</soapenv:Body>
</soapenv:Envelope>
The following example is
the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<stopStagingDatabaseResponse xmlns="http://www.approuter.com/
schemas/2008/1/staging">
<success>true</success>
</stopStagingDatabaseResponse>
</S:Body>
</S:Envelope>