Output Examples

On completing a data upload successfully, the following response displays:

<response>
<status>Completed</status>
</response>

If the data upload process in ongoing, the following response displays for the unique ID:

<response>
<status>In process</status>
</response>

The result from a successful project data upload in XML format is similar to the following.

<response>
<status>Completed</status>
<projects>
<uploadstats>
<errorrecords>0</errorrecords>
</uploadstats>
</projects>
</response>

For a file upload error, the output response in XML format displays as shown below:

<response>
<status>Completed</status>
<error type='upload'>
<message>Error message</message>
</error>
</response>

Related Topics

getstatus Function

Invocation Syntax

Invocation Example

Output



Legal Notices
Copyright © 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Last Published Thursday, May 03, 2018