Error “No corresponding start element is open.” when calling a webservice : where to start?
问题 I am consuming a webservice and out of the blue it's suddently failing with the following error: System.InvalidOperationException was caught Message="No corresponding start element is open." Source="mscorlib" The webservice is called correctly and returns a normal response (as checked with fiddler) with valid xml. I have a hunge I am missing a data element somewhere in my generated soap client but don't know where to start since I can not step into the autogenerated soap client code.. After a