We are planning to use the service axservicesinterface.asmx to export the document.
Has anyone used this method to export.
What value should we pass in the soap envelop in the following
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ExportDocumentPagesByRef xmlns="http://documentum.com/AX/WebServices">
<sessionTicket>string</sessionTicket>
<docRef>string</docRef>
<xmlAxDocumentExportData>string</xmlAxDocumentExportData>
</ExportDocumentPagesByRef>
</soap:Body>
</soap:Envelope>
Thanks
Zakiy