Note: This documentation is for an old version of Webinator. The latest documentaion is here.

Reply Format

  The response to a DataLoad request is an XML document:

<ThunderstoneReplicationResult>
  <ItemResult>
    <rid>000000000</rid>
    <Type>D</Type>
    <DP>1</DP>
    <Status>OK</Status>
    <Info>Not found</Info>
  </ItemResult>
  <Rows>1</Rows>
  <Version>Version 5.01.1234567890 20051010 (...)
           2005-10-10 12:34:56</Version>
</ThunderstoneReplicationResult>

The elements are:

  • <rid> The replication id. Ignored.

  • <Type> The action type specified in the request.

  • <DP> The number of URLs deleted by a <Type>DP</Type> action. Element is not present for other <Type>.

  • <Status> Result code:

    • OK Success

    • FAIL_UNKNOWNTYPE The <Type> was not recognized

    • NODATA No parsable data in request

    • Not Allowed Sender is not a Cluster Member

    • No Profile No profile set in request POST

    • FAIL Failed, unknown reason

  • <Info> Optional additional message; eg. Not found if a non-existent URL is deleted

  • <Rows> How many request <Item>s were processed.

  • <Version> Version and release date of the software.

Once data has been successfully loaded onto Webinator, if the profile has any receiver profiles defined under Replication Settings, the data will also be queued for replication to those receivers.


Copyright © Thunderstone Software     Last updated: Thu Dec 22 14:38:01 EST 2011
Copyright © 2024 Thunderstone Software LLC. All rights reserved.