Hello all
I am trying to call a Gp Service using the WPS capabilities.
The service gets simple parameters (long and double) and should return a link to results.
My parameter file is attached (name changed to .txt to load).
The command I am using is:
curl -H "Content-type: xml" -X POST -d@request1.xml http://modybu-pc:6080/arcgis/services/vispy/GPServer/WPSServer -o response.xml
The only results I am getting is:
<ows:Exception exceptionCode="WrongXML">
<ows:ExceptionText>Parsing of the request was failed.</ows:ExceptionText>
</ows:Exception>
I have tried to change my XML in a few ways but nothing works.
Please help