Sample XML files : JobSubmit API application to send faxes : Request.xml file

Request.xml file
Note: Only the contents of the SOAP body are shown in this example. not the complete SOAP request.
<JobSubmitRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SubmitId xmlns="http://ws.easylink.com/JobSubmit/2011/01">SubmitId</SubmitId>
<DocumentSet xmlns="http://ws.easylink.com/JobSubmit/2011/01">
<Document ref="Doc1">
<DocType>PDF</DocType>
<Filename>PDF_File.pdf</Filename>
<DocData format="base64">JVBERi0xLjUNJeLjz9MNCjE0IDAgb2JqDTw8L0xpbmV=</DocData>
//base 64 format is truncated for illustration
</Document>
</DocumentSet>
<Message xmlns="http://ws.easylink.com/JobSubmit/2011/01">
<MessageId>RAMV2Z9TQ7212/2/2016 9:38:31 PM</MessageId>
<JobOptions>
<BillingCode>BillCode</BillingCode>
<CustomerReference>CREF</CustomerReference>
<FaxOptions>
<FaxMode>standard</FaxMode>
</FaxOptions>
</JobOptions>
<Destinations>
<Fax>
<Phone>??????????</Phone>
//10-digit fax number was included in the request
</Fax>
</Destinations>
<Contents>
<Part>
<DocRef>Doc1</DocRef>
<Treatment>body</Treatment>
</Part>
</Contents>
</Message>
</JobSubmitRequest>

Version 1.0


2017 Open Text. All rights reserved.
Trademarks owned by Open Text.