I need to correlate a PDF and a XML file in BizTalk using the PDF filename and value in the XML. How can I read a PDF-file into an orchestration? I somehow have to handle it as XML ...
The reason for the correlation is that I have to have both the PDF and the XML from the sending system before I can write them in a specific order to the receiving system (the PDF file has to be delivered before the XML meta file is sent.).