Albertas,
If you are using .NET 3.0 and hosting it in windows forms, what is the
binding that you are using?
--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)
Albertas said:
Hello,
Here is the situation: I had a Web Service that ran on IIS. Proxy for
client application was generated using wsdl.exe. Now I replaced WS with
.NET Framework 3.0 so that I can host it on Windows Forms application.
The problem is that client application has to be written in .NET
Framework 2.0. And proxy class that wsdl.exe generates makes methods
with wrong arguments. My question is: What I am doing wrong? And how I
can fix that?
Thank You