13 lines
618 B
XML
13 lines
618 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<soap:Body>
|
|
<DownloadFileAttachmentByItemIdResponse xmlns="urn:thesecretserver.com">
|
|
<DownloadFileAttachmentByItemIdResult>
|
|
<Errors />
|
|
<FileAttachment>SSBhbSBhIHNlY3JldCBhdHRhY2htZW50</FileAttachment>
|
|
<FileName>attachment.txt</FileName>
|
|
</DownloadFileAttachmentByItemIdResult>
|
|
</DownloadFileAttachmentByItemIdResponse>
|
|
</soap:Body>
|
|
</soap:Envelope>
|