Call WPS gp service

433
0
02-08-2021 10:30 PM
mody_buchbinder
Occasional Contributor III

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
0 Kudos
0 Replies