Hi , Can you please provide me sample SOAP inbound message to pull fax messages from easylink using WebService call ?
There are a couple of different ways to pull fax messages from the system.
If you are receiving your faxes via some other means (email), and you want to be able to subsequently retrieve them again, then you would use the JobDocumentTransmit API . Attached is a sample XML for that function.
If you plan to retrieve all of your faxes using the API, then you should be using the Queued Document Retrieval feature. In that case, you don't need to know the JobId in advance. With queued document retrieval you issue two API calls - first a QueuedDocumentRetrieve call to get the fax, and then once you have successfully received and stored the fax you issue a QueuedDocumentRelease call to let the system know it has been processed. Samples of these calls are attached as well.
If you plan to use queued document retrieval, your account will need to be configured to enable it. You should contact your account team for help in getting this set up.