Opened 7 years ago

Closed 7 years ago

#1585 closed defect (fixed)

Raswct sends raw POST WCPS request to Petascope

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

Description

The problem is from raswct as it should send a WCPS with raw POST request to Petascope as the older one in Earthlook client (http://standards.rasdaman.com/).

The new change in raswct, I'm not sure since when, it uses a new javascript method to send an ajax request with incorrect POST payload as KVP:

request=<?xml version ="1.0" ....> <ProcessCoveragesRequest>...</ProcessCoveragesRequest>

When it should be only:

<?xml version ="1.0" ....> <ProcessCoveragesRequest>...</ProcessCoveragesRequest>

I copied the old method from Earthlook client to replace the new raswct.js file in http://tutorial.rasdaman.org/rasdaman-and-ogc-ws-tutorial/ so it could work now.

Change History (1)

comment:1 by Bang Pham Huu, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.