Initiaize Repo
This commit is contained in:
12
test/responses/attachment_response.xml
Normal file
12
test/responses/attachment_response.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user