isStagingDatabaseStarted

Gibt zurück, ob die Bereitstellungsdatenbank gestartet wurde ('true' bzw. 'false').

Gilt ausschließlich für Integrationseinheiten.

Rückgabe:
'True', wenn die Bereitstellungsdatenbank gestartet wurde.

Beispiele:

Bei dem folgenden Code handelt es sich um ein Beispiel für eine SOAP-Anforderung zum Prüfen, ob die Bereitstellungsdatenbank gestartet wurde.
<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:isStagingDatabaseStarted/>
 </soapenv:Body>
</soapenv:Envelope>
Beim folgenden Beispiel handelt es sich um die SOAP-Antwort auf die Anforderung.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <isStagingDatabaseStartedResponse xmlns="http://www.approuter.com/
  schemas/2008/1/staging">
   <isStarted>true</isStarted>
  </isStagingDatabaseStartedResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Letzte Aktualisierung: Friday, November 8, 2013


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00156.html