"The specified type was not recognized" exception when trying to invoke a webservice call
- by fretje
I'm trying to call a third party webservice using WSE 3.0 as a client in Visual Studio 2005.
The call works fine and I can see that I get a good response (I have tracing enabled), but apparently the xml parser chokes over it. I always get an InvalidOperationException:
There is en error in the XML document.
with an InnerException:
The…