From SFC (SSL?) to RFA - are connection parameters the same?

I'm trying to follow RFASimpleRecord example that comes with RFA libraries in the SFCtoRFAGuide folder. I'm not being able to get data feed from our service and I wonder if the servername, port, and service name are the same that I normally use with the SFC COM libraries or do I need to specify different port or service name? Thanks.

Tagged:

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    The RFA.NET example "RFASimpleRecord" is an OMM Consumer application, and would connect to RSSL port of the server. This port is usually 14002 which is different from SSL port, which is usually 8101.

    First thing you should check is that your server is listening on RSSL port and that you have TCP route open to this port. Other parameters like username, hostname will be same.

Answers