diff --git a/103976/.gitkeep b/103976/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/103976/Figure_C.2-1.puml b/103976/Figure_C.2-1.puml new file mode 100644 index 0000000000000000000000000000000000000000..2b4b48754335af07f2df9df3450fc4bd5104c36f --- /dev/null +++ b/103976/Figure_C.2-1.puml @@ -0,0 +1,16 @@ +@startuml +skinparam ParticipantPadding 50 +scale 600 width + +participant AO +participant RPS + +== Placing the request == +AO -> RPS : (1) HI1Request containing CREATEs LDTaskObject, Document and Authorisation +RPS -> AO : (2) HI1Response containing CREATEResponse acknowledgement for each CREATE + +== Receiving the results == +RPS -> AO : (3) HI1Request containing DELIVER with the results records +AO -> RPS : (4) HI1Response containing DELIVERResponse acknowledgement + +@enduml \ No newline at end of file