Submit operation parameters Submit response XML encoding

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

12.4.1 Submit operation parameters

SubmitAck defines the acknowledgment to order submission. The following table presents the parameters of SubmitAck element. Names Definition Data type and values Multiplicity and use status Completion result of the operation: – success: operation successfully executed; – partial: non blocking errors occurred during processing of the request. If the Server error occurred the request will abort and it will be generated a SOAP-Fault. Type: String Permitted Values: success, partial One mandatory errorMessage Message to explain the reasons of partial result. Type: Not empty string max 255 chars. One optional orderId Order identification number unique for this Provider. Type: xs:anyURI One mandatory orderReference Reference to the order same message specified in the Submit request Type: String One optional Table 12-3 - SubmitAck description

12.4.2 Submit response XML encoding

A XML schema fragment for this operation encoded in XML xs:schema xmlns=http:www.opengis.netoseo1.0 xmlns:xs=http:www.w3.org2001XMLSchema xmlns:ows=http:www.opengis.netows2.0 xmlns:gml=http:www.opengis.netgml3.2 xmlns:swe=http:www.opengis.netswe2.0 xmlns:sps=http:www.opengis.netsps2.0 targetNamespace=http:www.opengis.netoseo1.0 elementFormDefault=qualified attributeFormDefault=unqualified xs:import namespace=http:www.opengis.netswe2.0 schemaLocation=..swesweCommon2.0.0swe.xsd xs:import namespace=http:www.opengis.netows2.0 schemaLocation=..ows2.0owsGetCapabilities.xsd xs:import namespace=http:www.opengis.netsps2.0 schemaLocation=Order_spsCommon.xsd xs:import namespace=http:www.opengis.netgml3.2 schemaLocation=..gml3.2.1basegml.xsd xs:import namespace=http:www.opengis.netows2.0 schemaLocation=..ows2.0owsExceptionReport.xsd … xs:element name=SubmitAck type=SubmitOrderResponseType xs:complexType name=SubmitOrderResponseType xs:complexContent xs:extension base=OrderResponseBaseType xs:sequence xs:element ref=orderId xs:element name=orderReference minOccurs=0 xs:sequence xs:extension xs:complexContent xs:complexType … schema Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 167 Copyright © 2012 Open Geospatial Consortium

12.4.3 Submit response XML example