Any suggestions would help. The issue is, I have ETL applications that need to access database information located on a different network. So one C# application needs to query a database located on a different server. Now I know the options are to open up a tcp port on the host and open up the firewall but I don't think we will go for that. Other option I was thinking was to create a web service WCF and pass query string to the service and then connect to the database and return the info.
Another application needs to access dynamics AX to a AIF web service. Can aif web services be accessed across different networks or would I have to use a web service or something and then connect to the AIF service to retrieve information.