Am a trying to consume a wcf Service using visual studio 6.0.
1) I have created a wcf Service.
2) Have created a C# dll project which is added with a service reference of the wcf created.
And this is used as a bridge between the Server and Client.
3) And the client(Consumer) is created in Visual Studio 6.0 and added with a dll to create the wrapper class of the dll project.
Now am able to access all the bridge project (dll project) functions. And when calling the function which is calling a Service function. It says could not connect to a remote Server.
Am looing for the earliest replies.
Many thanks in advance.
regards
Sajid