WCF - WebReferences not working

Posted by JMSA on Stack Overflow See other posts from Stack Overflow or by JMSA
Published on 2009-09-23T10:22:37Z Indexed on 2010/04/05 6:03 UTC
Read the original article Hit count: 366

Filed under:
|

At the client end, I have generated a Proxy using SvcUtil.exe and it is working fine.

Then I have added a WebReference to the client assembly and calling the same method. But it is not working.

My program is running in console mode and the method is suppose to return a string. It is not returning the string. I just see a blank console window. No exception is thrown. And after setting a debug point on the method call I see that, program is halted on the method call for ever.

What should I look for to solve the problem?

I am using VS2005. And adding the webReference by right-clicking the client project and then clicking "Add Web Reference" pop-up menu.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about asmx