Hi,
on http://docs.codehaus.org/display/GEOTDOC/WPS+Plugin is described how 
to generate a WPSFactory and start the execute process with the input 
parameters.
Not described is the possibility to set the wps:ResponseForm in the 
execute process like for example this one:

<wps:Execute>
...
   <wps:DataInputs>
... input parameters here
   </wps:DataInputs>
<wps:ResponseForm>
     <wps:ResponseDocument>
       <wps:Output asReference="true">
<ows:Identifier>IdentifiedAffectedAreasFeatureCollection</ows:Identifier>
       </wps:Output>
       <wps:Output>
         <ows:Identifier>NumberOfIdentifiedAffectedAreas</ows:Identifier>
       </wps:Output>
       <wps:Output>
         <ows:Identifier>TotalProcessExecutionTime</ows:Identifier>
       </wps:Output>    
     </wps:ResponseDocument>
   </wps:ResponseForm>
</wps:Execute>

In particular the 'asReference="true"' is of interest for me for one of 
the result parameters.

Is this done in the ProcessDescriptionType where I can set 
ProcessOutputsType? Or anywhere else?


Thanks for any help.

Matthias

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to