Pergunta de entrevista da empresa Fanatics

How would you consume from a WCF web service running on IIS?

Respostas da entrevista

Sigiloso

31 de jan. de 2014

we can use svcutil, which will provide option to create service proxy and its config file. Once the proxy has been created we can add this proxy and config files to the client project and invoke the service.

1

Sigiloso

5 de set. de 2013

I answered create a service reference in visual studio. The follow up, was "How do you do it without visual studio?" I answered "wsdl", but I really didn't have much more after that because I'm so use to using Visual Studio.