DescribeResultAccess response XML encoding DescribeResultAccess response example

Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 194 Copyright © 2012 Open Geospatial Consortium Names Definition Data type and values Multiplicity and use ServiceAddress This element provides full information about the server hosting the order item. This element is useful e.g. in case of items ordered through a WCS WMS etc. Type: ServiceAddress One optional type This field specifies the type of the service hosting the ordered item e.g.: WCS, WMS, etc. Type String One optional URL URL of the server hosting the ordered item. Type: anyURI One mandatory info_URL URL of a document providing metadata about the server. In case of OGC Web Services, it refers to the GetCapabilities operation HTTP GET, KVP binding. Type: anyURI One mandatory infoRequest In case the server information are returned via HTTP POST request, this element specifies the message to send e.g. in case the service supports GetCapabilities with SOAP binding, then the GetCapabilities XML message is specified in this tag Type: any One optional ResourceAddress This element provides full information for accessing directly the ordered item. Type:ResourceAddress One mandatory URL URL of the ordered item. Type: anyURI One mandatory serviceRequest In case the ordered item is accessible via HTTP POST protocol, this element specifies the message to send for getting the ordered item. Type: any One optional Table 15-5 - OnLineAccessAddressType description.

15.4.2 DescribeResultAccess 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=DescribeResultAccessResponse type=DescribeResultAccessResponseType Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 195 Copyright © 2012 Open Geospatial Consortium xs:complexType name=DescribeResultAccessResponseType xs:complexContent xs:extension base=OrderResponseBaseType xs:sequence xs:element name=URLs type=ItemURLType minOccurs=0 maxOccurs=unbounded xs:sequence xs:extension xs:complexContent xs:complexType …. schema

15.4.3 DescribeResultAccess response example

The following is an example of DescribeResultAccess response. Note that the example includes only the DescribeResultAccessResponse element without the SOAP envelope. DescribeResultAccessResponse xmlns:xsi=http:www.w3.org2001XMLSchema-instance xmlns=http:www.opengis.netoseo1.0 xsi:schemaLocation=http:www.opengis.netoseo1.0 http:schemas.opengis.netoseo1.0oseo.xsd statussuccessstatus URLs itemIditem_0001itemId itemAddress ResourceAddress URLftp:user:onlineeoaserver:21210c88028bf3aa6a6a143ed846f2be1ea4URL ResourceAddress itemAddress URLs URLs itemIditem_0002itemId itemAddress ResourceAddress URLftp:user:onlineeoaserver:21210c88028bf3aa6a6a143ed846f2be1ea5URL ResourceAddress itemAddress URLs URLs itemIditem_0003itemId itemAddress ResourceAddress URLftp:user:onlineeoaserver:21210c88028bf3aa6a6a143ed846f2be1ea6URL ResourceAddress itemAddress URLs DescribeResultAccessResponse

15.4.4 Exceptions