Skip to main content
Documentation & User Guides | Fotoware

Information method

This method returns general information about the company running the Archive Agent.

URL

http://servername/ArchiveAgentPath/Information

Parameters

None

Return value

A ‘Portal Agent Information’ XML document:

<?xml version="1.0" ?>
<PortalAgentInformation>
    <Company>FotoWare a.s.</Company>
    <Address>Bryggegata 7, N-0250 Oslo, Norway</Address>
    <SalesEmail>sales@fotoware.com</SalesEmail>
    <SupportEmail>support@fotoware.com</SupportEmail>
    <Phone>+47 22 03 24 00</Phone>
    <Url>http://www.fotoware.com</Url>
    <BriefDescription>FotoWare a.s is the leading...</BriefDescription>
    <Description>FotoWare a.s is the leading company...</Description>
</PortalAgentInformation>
  • Was this article helpful?