Skip to main content

GetDocument

WSDL

document_library.wsdl

Required parameter

  •     id - id of saved file

Example Request

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://atollon.com/enterprise/wsdl">
   <soapenv:Header/>
   <soapenv:Body>
      <wsdl:GetDocument>
         <server>atollon</server>
         <session>3EB6475D13C7483DEFB82743666CCD0DB58ECD62BD04</session>
         <id>87523000</id>
      </wsdl:GetDocument>
   </soapenv:Body>
</soapenv:Envelope>

Example Response

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Header/>
   <soapenv:Body>
      <atollon:GetDocumentResponse xmlns:atollon="http://atollon.com/enterprise/wsdl">
         <result>OK</result>
         <time>0.55316901</time>
         <count>0</count>
         <id>87523000</id>
      </atollon:GetDocumentResponse>
   </soapenv:Body>
</soapenv:Envelope>