Question:

Do you guys have a web service that allows you to query the archive server and return and image. I am looking to allow a customer to grab the pdf images of scanned packing slips and provide on a web portal.

Answer:

http://server:port/arc?a=vw&lb=library&doctype=doctype&docid=docid&subid=subid

This returns a framework for image display. To view the raw image by itself, add &i=1. Add s_userid=xx&s_password=yy if this is not a browser session that would already have a session cookie.

Be sure to url encode the values. Note in v9, we are adding a full, customizable REST interface. Note also the uf80c client has options to retrieve an image, which could reside behind a CGI task.