I am very new with OWS, specially WPS, and I am testing 52North WPS for a project. I have run the Sextante visibility process, which result format is a tiff image.
The execute response starts as follows:
visibility Visibilidad Process successful RESULT Visibilidad To extract the image to a file (to store it in Geoserver) I get the CDATA, decode with Base64Decoder to a byte array and the write it to a file, like visibility.tiff.
But this image seems to be "corrupted", I can't preview it and Geoserver fails when I try to create the datastore with the error: "Could not list layers for this store, an error occurred retrieving them: El argumento "value" no debe ser nulo." The last sentence means the argument "value" must not be null.
Am I doing something wrong?
أكثر...
The execute response starts as follows:
visibility Visibilidad Process successful RESULT Visibilidad To extract the image to a file (to store it in Geoserver) I get the CDATA, decode with Base64Decoder to a byte array and the write it to a file, like visibility.tiff.
But this image seems to be "corrupted", I can't preview it and Geoserver fails when I try to create the datastore with the error: "Could not list layers for this store, an error occurred retrieving them: El argumento "value" no debe ser nulo." The last sentence means the argument "value" must not be null.
Am I doing something wrong?
أكثر...