xml namespaces - How do I have the .NET framework parse a double empty xmlns element? -


i have webservice connecting (asmx) reason spits out looks this:

<somerecord xmlns="" xmlns="">   ... </somerecord> 

the parser seems puke on double empty xmlns in soapclient itself. note capitalization of 1 element (which can confirm ilspy of code hard constructing element).

how can parse programmatically without blowing up? need interrupt stream , kill double xmlns myself? how ...


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -