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>
Note:
See TracTickets
for help on using tickets.
close as patch was accepted.