Calling WCF from VB6 application [modified]
WCF and WF
1
Posts
1
Posters
3
Views
1
Watching
-
Hi, I created a WCF Service. It works fine and am able to cosume it from a .net3.5 client. Now, i want to consume this WCF from VB 6 application. I created a COM component for my proxy class and am able to instantiate this class from this COM component.Problem starts here, My parameters are changed :( In my actual proxy class i am passing a string and returning a string. But the parameters here are someother object of the classes that are auto generated while creating the proxy class throug svcutil.... I am getting TypeMismatch Error From my VB6 client. :( Am I making it clear? Pls. somebody Help me to overcome this problem... First of all, AM i on right track? Regards, Saran
modified on Tuesday, June 10, 2008 12:59 AM