Access to WSDL file deployed in IIS Manager from a client distant machine

3k Views Asked by At

I have an application(virtual folder defining as an application)in IIS Manager from Windows Server 2012 R2. I want to have access to my application from a client distant machine. when i type this URL http://xx.xxx.xxx.xx/App/Convert.asmx?WSDL for example on the server's browser it's working. But when i try it with my local machine. it's not working.

I ping the server's IP address from my machine in the cmd and the ping is successful.

Sorry for my english and thanks for your help.

1

There are 1 best solutions below

0
On BEST ANSWER

I can offer you this steps just follow carefully.

It begins from creating a Webservice to Deployment and Calling it to another project.

Good Luck!