CONSUMING WCF WITH COM+(VISUAL STUDIO 6.0 (C++))
WCF and WF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a requirement to consume a wcf service through a Visual C++ 6.0 application. 1) I have created a Wcf C# based service. 2) Also created a C# dll application which is used as a bridge between the Service and the consumer by adding this as a typed wrapper class library to the C++ app. And also added with the Service Reference.So that it can call the functions from the Service. 3) And the consumer is written in C++ which is calling the functions of the C# dll (Class Library project)project. Am able to access the functions but it is failing in creating the Service object and the error messase is given as "unable to connect to the remote server". Any early replies will be heartly appreciated. Many thanks in advance. regards Sajid.