Administering an Encyclopedia volume : About Encyclopedia-level management operations : Uploading a file : Uploading a third-party report
 
Uploading a third-party report
The following example shows how to upload a Crystal Report (.rpt) file. The request identifies the file to upload using a relative path. It also specifies the content ID and type for the attachment.
<SOAP-ENV:Body>
<UploadFile>
<NewFile>
<Name>/report/Phonelist.rpt</Name>
<ReplaceExisting>true</ReplaceExisting>
</NewFile>
<Content>
<ContentId>Phonelist.rpt</ContentId>
<ContentType>application/octet-stream</ContentType>
</Content>
</UploadFile>
</SOAP-ENV:Body>