List of Operations Operation encoding

Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 97 Copyright © 2012 Open Geospatial Consortium

7.4.2 List of Operations

The following table summarises the Ordering operations and their encoding methods that are applied in this document. Ordering Operation Request encoding Sync Async Comment GetCapabilities XMLSOAP Synchronous request GetOptions XMLSOAP Synchronous request GetQuotation XMLSOAP Synchronous Asynchronous request This operation can be used in different ways depending on the client and server ability: – Synchronous, when the server is able to provide a real time response; – Asynchronous via Notification, when the client is able to work as a server for getting the asynchronous notification – Asynchronous via Monitoring: the client has to ask the server until it returns the quotation. In case of Asynchronous via Notification usage, after the reception of this request, the order service calls the GetQuotationResponse operation provided by the client for sending the quotation. GetQuotationResponse XMLSOAP Call-back for asynchronous request This operation is called by the order service for sending the quotation in case of Asynchronous via Notification usage. Submit XMLSOAP Asynchronous request This operation is asynchronous and then, after the reception of this request, the order service calls optionally the SubmitResponse operation provided by the client. SubmitResponse XMLSOAP Call-back for asynchronous request This operation is called by the order service after the reception of Submit operations. GetStatus XMLSOAP Synchronous request Cancel XMLSOAP Asynchronous request This operation is asynchronous and then, after the reception of this request, the order service calls optionally the CancelResponse operation provided by the client. CancelResponse XMLSOAP Call-back for asynchronous request This operation is called by the order service after the reception of Cancel operations. DescribeResultAccess XMLSOAP Synchronous request Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 98 Copyright © 2012 Open Geospatial Consortium Table 7-28 - Operation request encoding

7.4.3 Asynchronous requests and replies