API Support,
We have a developer trying to test joblist and jobdocumenttransmit to download inbound fax documents, and they are encountering an "error in parsing". Attached is a file with their code. Please advise.
Thank you,
Jack Nightingale
Code attached for JobList / JobDocumentTransmit question
PHCDemoTestB.doc is an udpated version, still getting Error in Parsing once are call jtRet = PC.JobDocumentTransmit(jtReq);
You need to have either a JobListRequestFilterType or a JobListRequestJobIdFilter in the request or you will get the parsing error. See attached working sample.
Tom