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