We have a WCF service , which provide details about the versions of an installed application. This WCF service is installed in different machines.Our application calls all the machine WCF services and check the version in all machines. To check whether the function is calling , we have added a code which logs some information into a text file.But when we are calling the WCF function with our application no log is being written into that text file. Our assumption is firewall is blocking the application from accessing the service, so it is not going inside that function. We cannot set the firewall off on that machine also. So we have added an inbound rule in Firewall with TCP as Protocol and 808 as port number.
Please somebody help me on this and let me know if any more information is required.