Advertisement
Guest User

Untitled

a guest
Sep 5th, 2012
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <wps:ExecuteResponse xmlns:wps="http://www.opengis.net/wps/1.0.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wps/1.0.0 http://schemas.opengis.net/wps/1.0.0/wpsExecute_response.xsd" service="WPS" version="1.0.0" xml:lang="en-US" serviceInstance="http://10.81.23.10:8100/cgi-bin/zoo_loader.cgi" statusLocation="http://10.81.23.10:8100/cgi-bin/zoo_loader.cgi?request=Execute&amp;service=WPS&amp;version=1.0.0&amp;Identifier=GetStatus&amp;DataInputs=sid=8833&amp;RawDataOutput=Result">
  3.   <wps:Process wps:processVersion="1">
  4.     <ows:Identifier>longProcess</ows:Identifier>
  5.     <ows:Title>Demo long process. </ows:Title>
  6.     <ows:Abstract>This service doesn't do anything except taking its time, it demonstrates how to use the updateStatus function from your ZOO Service. </ows:Abstract>
  7.   </wps:Process>
  8.   <wps:Status creationTime="2012-09-05T01:34:45Z">
  9.     <wps:ProcessStarted percentCompleted="0">ZOO Service "longProcess" is currently running. Please, reload this document to get the up-to-date status of the Service.</wps:ProcessStarted>
  10.   </wps:Status>
  11. </wps:ExecuteResponse>
  12. cepted>
  13.   </wps:Status>
  14. </wps:ExecuteResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement