Search found 2 matches

by thomasmca
Tue Aug 29, 2023 1:13 pm
Forum: HTTPAPI
Topic: Large TIFF data via HTTP web service
Replies: 2
Views: 5831

Re: Large TIFF data via HTTP web service

Thanks for the reply, and the detailed responses. I initially saved the retrieved XML to the IFS for testing purposes. If I remove the XML wrappers to get just the payload, pasting that data into an online base64-to-image converter correctly creates an image. Later, when I thought my problem was CCS...
by thomasmca
Mon Aug 28, 2023 12:07 pm
Forum: HTTPAPI
Topic: Large TIFF data via HTTP web service
Replies: 2
Views: 5831

Large TIFF data via HTTP web service

I am using version 1.45 of HTTPAPI. I need to retrieve large TIFF files via an HTTP web service. The retrieved XML contains a BASE64 encoded TIFF file. I can retrieve the file fine, but the decoded data no longer has TIFF headers, so it is not a valid TIFF image. My code uses HTTP_DEBUG, but it neve...