Hi,
I have a problem with a web service proxy written in .NET and used
from VS6's C++ as COM object.
This proxy works great when used from a .NET application.
It does not seem to work when used as COM object for C++ application.
What happens is this: I've created a class with the following
attribute [ClassInterface( ClassInterfaceT ype.AutoDual)] that inherites
from this proxy class.
This class is regisered using regasm.exe and installed using
gacutil.exe.
Afterwards, I tried to use it from C++ application using the #import
macro.
Methods that access the web service fail with a timeout exception,
methods that do not access the webservice work great.
Any ideas ?
Thanks,
I have a problem with a web service proxy written in .NET and used
from VS6's C++ as COM object.
This proxy works great when used from a .NET application.
It does not seem to work when used as COM object for C++ application.
What happens is this: I've created a class with the following
attribute [ClassInterface( ClassInterfaceT ype.AutoDual)] that inherites
from this proxy class.
This class is regisered using regasm.exe and installed using
gacutil.exe.
Afterwards, I tried to use it from C++ application using the #import
macro.
Methods that access the web service fail with a timeout exception,
methods that do not access the webservice work great.
Any ideas ?
Thanks,
Comment