Can Biztalk do this…..?

Home Page Forums BizTalk 2004 – BizTalk 2010 Can Biztalk do this…..?

Viewing 3 reply threads
  • Author
    Posts
    • #16199

      Here goes….

      I have a mainframe that is generating a string of data that I want to get into Biztalk, currently this string of data is sent via TCP/IP sockets to an IP:Port on a windows server, currently I have a bit of code (C++) monitoring this port and reading the string into a variable then writing it to a file.

      Initially I wanted Biztalk to read this file and process the data in the strings, but it struck me that Biztalk can probably do more than this.

      So….can Biztalk be told to monitor a specific port on its box and recieve code transmitted via TCP/IP and send back a suitable acknowledgement?

       

      This would mean I could do what I wanted and get rid of my C++ sockets code?

       

      Thanks in advance for any wise words.

       

      Yaz

       

       

       

    • #16200

      Yaz, BizTalk could certainly do this using a suitable adapter. There are some sample TCP/IP Socket adapters out there, and you could take one of those and modify it so that it works according to your protocol. I'd start here: http://www.codeplex.com/Wiki/View.aspx?ProjectName=BTSTCPIP

      There are also some other sample TCP/IP adapters on the user samples section on gotdotnet.

    • #16203

      Certainly there are more third party adapters available this. If you looking for a standard microsoft adapters then i would say wait for a while untill you get the Windows communication foundation (wcf) adapters. it will be here soon on Q1 of 2007

    • #16248

      Thanks!!

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