What Message Type used for .TIFF files

Home Page Forums BizTalk 2004 – BizTalk 2010 What Message Type used for .TIFF files

Viewing 1 reply thread
  • Author
    Posts
    • #19640

       Hello

       

      When setting up an Orchestration that will process faxes(.tiff files). what message type would I need to set under messages and port types etc?

      Does anyone know of sample code or a tutorial where BizTalk processes files(messages) that are not XML.

       

      Thanks in advance.

      Byron

    • #19650

       The way to handle untyped messages in a Biztalk orchestration is to declare them as System.Xml.XmlDocument. When specifying the message or port, select .NET class and System.Xml.XmlDocument

      The message is never serialised in the orchestration unless you specifically request it.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.