Passing PDF Files through BizTalk!

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 Passing PDF Files through BizTalk!

Viewing 2 reply threads
  • Author
    Posts
    • #27969

      Hi,

      I wish to know if it is possible to use BizTalk to simply transfer PDF files from one location to another with no editing of the files involved. Please do let me know.

      Kilian

    • #28025

      you can use  passthru pipeline and add the filter in sendport  

      • #28046

        Have you tried this before successfully?

        • #28057

          Setting up a receiveport A with a receive location that picks up the .pdf, and then set up a send port B that subscribes to messages received through receiveport A (this is done via filter on the send port) should do the trick.

          Using a passthru pipeline on both receive and send ports makes BizTalk ignore the contents of the message (everything in BizTalk is a message, so by the time the .pdf has passed through an adapter, it would be referred to as a message until it once again leaves BizTalk)

    • #28031

      create a receivepipeline and in properties setup the file mast to .pdf and get the pdf file then process

Viewing 2 reply threads
  • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.