Request/Response Pairs: Unterschied zwischen den Versionen

Aus DRV STRING
Wechseln zu: Navigation, Suche
(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
 
|-
 
|-
| Beispiel || Beispiel || Beispiel
+
| BookingRequest || BookingResponse || Normalfall
 
|-
 
|-
| Beispiel || Beispiel || Beispiel
+
| BookingRequest || PaymentResponse || Zahlung vor Buchungsabschluß
 
|-
 
|-
| Beispiel || Beispiel || Beispiel
+
| PaymentRequest || BookingResponse || nur bei Zahlung vor Buchungsabschluß - Buchungsergebnis
 
|-
 
|-
| Beispiel || Beispiel || Beispiel
+
| 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