Axiell WebAPI home page > Documentation > Axiell Pictura image plugin

Axiell Pictura image plugin

The Axiell WebAPI image server configuration

The PicturaImagePlugin.dll allows you or your Axiell system (by means of retrieval paths for image fields) to communicate with the Picturae DAMS-specific API via the Axiell WebAPI. An appropriate configuration in adlibweb.xml is all you need to retrieve or write digital content via wwwopac.ashx queries. For Picturae you need a configuration similar to the following:

  <imageServerConfiguration name="images">
   <servertype>FileSystem</servertype>
   <path></path>
   <cachePath>C:\Data\Model 4.2 SQL\imageCache</cachePath>
   <ImagePlugin type="Adlib.Pictura.Imaging.Plugin.PicturaImagePlugin, PicturaImagePlugin">
     <ApiKey>19371a19-huf3-43fg-aasd3</ApiKey>
     <Tenant>kwy</Tenant>
     <Folder>ks8288-jsii91-jw02-26359d</Folder>
     <SaveWsAddress>http://api.memorix-maior.nl/dam/files?format=xml</SaveWsAddress>
     <GetWsAddress>http://images.memorix.nl/</GetWsAddress>
   </ImagePlugin>
  </imageServerConfiguration>

Each Pictura server will have its own settings so it depends on the customer utilizing this DAMS server how they must be set.