SCMI Guide

File Retrieval Complete Notification

Sent by the SCMI application to Krugle Enterprise after all the files from the last files request have been downloaded. The SCMI must keep any file resources available until the file retrieval complete, update, or delete notification comes. It is important to assume that there will never be 2 Krugle Enterprise appliances asking for the same project at once. Some SCMI implementations will involve locks on resources, so this notification can be used as a trigger to unlock various ones.


Use UTF-8 encoding for all XML communications between Krugle Enterprise and the SCMI script.

Call

xml
Comments
<fileRetrievalComplete-notification version=”1”>
<project>
<serverUid>Server1</serverUid>
<projectUid>Project1</projectUid>
<location>svn://svn.host.net/repo</location>
<params>u$3rn4m3 p4$$w0rd</params>
</project>
</fileRetrievalComplete-notification>

Response

xml
Comments
<?xml version=”1.0” encoding=”UTF-8”?>
<fileRetrievalComplete-response version=”1”>
<project>
<serverUid>Server1</serverUid>
<projectUid>Project1</projectUid>
<location>svn://svn.host.net/repo</location>
<params>u$3rn4m3 p4$$w0rd</params>
</project>
</fileRetrievalComplete-response>