Hi,
I want barcode details in F2M web service inbound push request.Currently i can see any barcode related data in xml file.Can you provide me details that how can i get barcode related details in push request.
I have given below example of Inbound push xml :
<?xml version="1.0" encoding="UTF-8"?>
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
<Response xmlns="http://premconn.premiereconnect.com/RequestResponse/2008/10">
<SenderKey>http://premconn.premiereglobal.com/wsda</SenderKey>
<ReceiverKey>http://api-test.unicentric.com/EasyLink/opentext</ReceiverKey>
<ProcessingID>76573789-7</ProcessingID>
</Response>
</Header>
<Body>
<JobDocumentTransmitResult xmlns="http://premconn.premiereconnect.com/JobDocumentTransmit/2008/10">
<Status>
<StatusCode>0</StatusCode>
<SubmissionTime>2016-02-19T17:46:00Z</SubmissionTime>
<CompletionTime>2016-02-19T17:46:00Z</CompletionTime>
</Status>
<JobDocuments>
<RecStatus code="0">OK</RecStatus>
<JobId>
<XDN>xsi</XDN>
<MRN>76573789</MRN>
</JobId>
<UserId>F2M/39521056374</UserId>
<ServiceType>F2M</ServiceType>
<JobDocumentsExtension name="Default">
<Property name="UserAccountNumber">2317315</Property>
<Property name="EntryTime">2016-02-19T17:45:56Z</Property>
<Property name="CustomerNumber">858114</Property>
</JobDocumentsExtension>
<JobDocumentData>
<TransactionInfo>
<CallDate>2016-02-19T17:45:56Z</CallDate>
<ConnectTime>132</ConnectTime>
<BaudRate>14400</BaudRate>
<PageCount>4</PageCount>
<Mode>FINE</Mode>
<InternalFaxId>tfctnilgc6-0470480000047543-20160219</InternalFaxId>
<TSID>FAX</TSID>
<ANI>6136911346</ANI>
<DNIS>8668575424</DNIS>
</TransactionInfo>
<DocumentInfo>
<JobDocumentType>Delivery</JobDocumentType>
<DocumentNumber>
<XDN>xsi</XDN>
<DocNo>81469534</DocNo>
</DocumentNumber>
<CharacterSet>ISO-8859-1</CharacterSet>
<DocType>HTML</DocType>
<FileData format="base64"></FileData>
</DocumentInfo>
<DocumentInfo>
<JobDocumentType>Delivery-Attachment</JobDocumentType>
<DocumentNumber>
<XDN>xsi</XDN>
<DocNo>95689868</DocNo>
</DocumentNumber>
<Filename>fax-2016-02-19-12:45:56.tif</Filename>
<CharacterSet>ISO-8859-1</CharacterSet>
<DocType>TIFF</DocType>
<FileData format="base64">
</DocumentInfo>
</JobDocumentData>
</JobDocuments>
</JobDocumentTransmitResult>
</Body>
</Envelope>