Opened 8 years ago

Closed 8 years ago

#1358 closed defect (fixed)

Petascope_Support WCPS 1.0 in XML SOAP

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.3
Component: petascope Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

The translated WCPS in XML can be passed as well as the WCS SOAP request in Petascope (class SOAPProtocalExtentsion). The SOAP body will include the WCPS XML and will be extract in server, e.g:

<?xml version="1.0" encoding="UTF-8" ?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"> 
    <env:Header/>
    <env:Body>
	<ProcessCoveragesRequest xmlns="http://www.opengis.net/wcps/1.0" service="WCPS" version="1.0.0">
	<query><xmlSyntax><coverageIterator><iteratorVar>c</iteratorVar><coverageName>rgb</coverageName></coverageIterator><count><equals><fieldSelect><coverage>c</coverage><field><name>1</name></field></fieldSelect><numericConstant>0</numericConstant></equals></count></xmlSyntax></query></ProcessCoveragesRequest>
    </env:Body>
</env:Envelope>

Change History (1)

comment:1 by Bang Pham Huu, 8 years ago

Resolution: fixed
Status: newclosed

close as patch was accepted.

Note: See TracTickets for help on using tickets.