Request/Response Pairs: Unterschied zwischen den Versionen
Aus DRV STRING
(Die Seite wurde neu angelegt: „The STRING interface contains matched request/response pairs. In most cases the response will be of the same kind as the request, but under certain conditions…“) |
|||
Zeile 7: | Zeile 7: | ||
! Request !! Response !! Notes | ! Request !! Response !! Notes | ||
|- | |- | ||
− | | | + | | BookingRequest || BookingResponse || Normalfall |
|- | |- | ||
− | | | + | | BookingRequest || PaymentResponse || Zahlung vor Buchungsabschluß |
|- | |- | ||
− | | | + | | PaymentRequest || BookingResponse || nur bei Zahlung vor Buchungsabschluß - Buchungsergebnis |
|- | |- | ||
− | | | + | | ConfigurationRequest || ConfigurationResponse || |
|- | |- | ||
| Beispiel || Beispiel || Beispiel | | Beispiel || Beispiel || Beispiel |
Version vom 1. August 2017, 13:59 Uhr
The STRING interface contains matched request/response pairs. In most cases the response will be of the same kind as the request, but under certain conditions deviations will be allowed.
As XSD schema can't define workflows of this kind we keep a table of allowed request-response pairs here.
Request | Response | Notes |
---|---|---|
BookingRequest | BookingResponse | Normalfall |
BookingRequest | PaymentResponse | Zahlung vor Buchungsabschluß |
PaymentRequest | BookingResponse | nur bei Zahlung vor Buchungsabschluß - Buchungsergebnis |
ConfigurationRequest | ConfigurationResponse | |
Beispiel | Beispiel | Beispiel |
Beispiel | Beispiel | Beispiel |
Beispiel | Beispiel | Beispiel |