GetCapabilities response example GetCapabilities operation response

Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 123 Copyright © 2012 Open Geospatial Consortium 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.netswes2.0 schemaLocation=..swes2.0.0swes.xsd xs:import namespace=http:www.opengis.netows2.0 schemaLocation=..ows2.0owsExceptionReport.xsd … xs:element name=Capabilities xs:annotation xs:documentationXML encoded Order Service GetCapabilities operation response. This document provides clients with service metadata about a specific service instance. If the server does not implement the updateSequence parameter, the server shall always return the complete Capabilities document, without the updateSequence parameter. When the server implements the updateSequence parameter and the GetCapabilities operation request included the updateSequence parameter with the current value, the server shall return this element with only the version and updateSequence attributes. Otherwise, all optional elements shall be included or not depending on the actual value of the Sections parameter in the GetCapabilities operation request. xs:documentation xs:annotation xs:complexType xs:complexContent xs:extension base=ows:CapabilitiesBaseType xs:sequence xs:element name=Notifications type=swes:NotificationProducerMetadataPropertyType minOccurs=0 xs:sequence xs:sequence xs:element name=Contents type=OrderingServiceContentsType minOccurs=0 xs:sequence xs:extension xs:complexContent xs:complexType xs:element …. schema

8.4.5 GetCapabilities response example

The following is an example of GetCapabilities response. Note that the example includes only the Capabilities element without the SOAP envelope. Capabilities xmlns:ows=http:www.opengis.netows2.0 xmlns:xsi=http:www.w3.org2001XMLSchema-instance xmlns:xlink=http:www.w3.org1999xlink xmlns=http:www.opengis.netoseo1.0 xmlns:swes=http:www.opengis.netswes1.0 xmlns:gml=http:www.opengis.netgml3.2 xmlns:swe=http:www.opengis.netswe2.0 xmlns:sps=http:www.opengis.netsps2.0 xmlns:wstop=http:docs.oasis- open.orgwsnt-1 xsi:schemaLocation=http:www.opengis.netoseo1.0 http:schemas.opengis.netoseo1.0oseo.xsd version=1.0.0 ows:ServiceProvider ows:ProviderNameESA EECFows:ProviderName Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 124 Copyright © 2012 Open Geospatial Consortium ows:ProviderSite ows:ServiceContact ows:IndividualNameJohn Smithows:IndividualName ows:PositionNameEO Help Desk Operatorows:PositionName ows:ContactInfo ows:Phone ows:Voice+39 06 90 180 999ows:Voice ows:Phone ows:ContactInfo ows:Role codeSpace=http:www.xmlspy.comStringows:Role ows:ServiceContact ows:ServiceProvider ows:OperationsMetadata ows:Operation name=GetCapabilities ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation ows:Operation name=GetOptions ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation ows:Operation name=GetQuotation ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation ows:Operation name=Submit ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation ows:Operation name=GetStatus ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation ows:Operation name=Cancel ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation ows:Operation name=DescribeResultAccess ows:DCP ows:HTTP ows:Post xlink:href=http:earth.esa.int ows:HTTP ows:DCP ows:Operation Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 125 Copyright © 2012 Open Geospatial Consortium ows:OperationsMetadata Contents ProductOrders supported=true SubscriptionOrders supported=true ProgrammingOrders supported=true GetQuotationCapabilities asynchronous=true monitoring=false off- line=false supported=true synchronous=true SubmitCapabilities localDeliveryOptions=true localOrderOptions=true globalOrderOptions=true globalDeliveryOptions=true asynchronous=true GetStatusCapabilities orderSearch=true full=true orderRetrieve=true DescribeResultAccessCapabilities supported=true CancelCapabilities supported=false asynchronous=false SupportedCollection collectionId http:www.opengis.netdefEOPESA0 ESA.EECF.ENVISAT_ASA_IMx_xS collectionId DescribeResultAccessCapabilities supported=false SupportedCollection SupportedCollection collectionId http:www.opengis.netdefEOPESA0 ESA.EECF.ENVISAT_ASA_IMx_xF collectionId DescribeResultAccessCapabilities supported=false SupportedCollection ContentsType supportedEncodingXMLEncodingsupportedEncoding supportedEncodingTextEncodingsupportedEncoding ContentsType Contents Notifications swes:NotificationProducerMetadata swes:producerEndpoint xmlns:wstop=http:docs.oasis-open.orgwsnt-1 xmlns:wsa=http:www.w3.org200508addressing wsa:EndpointReference wsa:Addresshttp:example.comOrderingConsumerwsa:Address wsa:EndpointReference swes:producerEndpoint swes:supportedDialects swes:FilterDialectMetadata swes:topicExpressionDialect codeSpace=http:docs.oasis- open.orgwsn200406TopicExpressionSimple swes:FilterDialectMetadata swes:supportedDialects swes:fixedTopicSettrueswes:fixedTopicSet swes:servedTopics wstop:TopicSet wstop:documentation wstop:TopicNamespace targetNamespace=http:www.opengis.netoseo1.0 wstop:Topic name=OrderFailure messageTypes=sps:StatusReport wstop:Topic name=OrderCompletion messageTypes=sps:StatusReport wstop:TopicNamespace wstop:documentation wstop:TopicSet swes:servedTopics swes:NotificationProducerMetadata Notifications Capabilities Ordering Services for Earth Observation Products Interface Standard OGC 06-141r6 126 Copyright © 2012 Open Geospatial Consortium

8.4.6 Exceptions