Skip to content

Error in TS-0008 clause 6.3.3

This clause describes how a Non-Blocking Synch request is performed. Steps 3 and 4 give details on how the requestor can check on the status of the request by retrieving the <request> resource. They currently say:

3)  The Originator can use the <request> resource reference to synchronously retrieve 
the <request> resource that contains the response to the original request. 
4)  The Receiver, upon receipt of this retrieve request, shall handle it as 
in clause 6.3.1 since it is a non-blocking request.

However clause 6.3.1 is about blocking requests and I think our intention here is that the Originator uses a blocking synch request at this point, rather than sending another non-blocking synch request.

I suggest changing the wording of these two steps so that they become:

3)  The Originator can use the <request> resource reference to make a blocking 
synchronous request to retrieve the <request> resource that corresponds to the 
original request. 
4)  The Receiver, upon receipt of this retrieve request, shall handle it as 
in clause 6.3.1 since it is a blocking request.