Is it possible to call a WCF service hosted in localhost from a file that is in a directory of our computer (like “C:\Test\”) ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes and no.
Yes, by ajax to a remote WCF service.
Otherwise, no, the file would need to be ‘processed’ by a webserver in order to connect to the service, such as running an .aspx page from IIS.