Startet die Bereitstellungsdatenbank. Als Rückgabe erfolgt 'Success' (Erfolgreich), wenn die Datenbank startet. Schlägt der Datenbankstart fehl, wird 'Failure' (Fehlgeschlagen) zurückgegeben.
Gilt ausschließlich für Integrationseinheiten.
<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:startStagingDatabase/>
</soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<startStagingDatabaseResponse xmlns="http://www.approuter.com/
schemas/2008/1/staging">
<success>true</success>
</startStagingDatabaseResponse>
</S:Body>
</S:Envelope>