|
I got a simple WCF service written in C#. I need to consume the service from VB script using MS SOAP Toolkit 3.0. I wrote a simple client code like that:
I am hosting my service on IIS 7.5 (Windows 7). The error shows up during .MSSoapInit invocation:
If i run project from Visual Studio (ASP.NET development server) i
don't have any troubles, i can consume service from my client code.
Generated wsdl-schemas are equal for both cases (except the port number) as I investigated using browser. What could be a reason of this behaviour? |
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.