Call webservice WCF from .NET 2.0
Gabriel <[email protected]> Thu, 28 Jun 2007 16:38:35 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <eac95c7a0706280738h3b24f992p5f262a16f227a750__2445.06057720191$1183041550$gmane$org@mail.gmail.com> |
Hello, On the server, I have WCF webservice. On the client side, I have tu use .NET 2.0, the .NET 3.0 is installed too, I generated proxy class with WSDL. The server is running. I do this on the client : MyProxy myProxy = new MyProxy (); string sessionData = ""; myProxy .MyMethod(ref sessionData); Console.ReadLine(); When I debug I stay stuck on the third line, when I stop the server, there is an exception on the client. But I never receive an answer and no trace on the server side. When I used generated proxy class but it's .NET 3.0 that'w work Do you have an idea ? Thanks, =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com