I'm trying to get MSXML to parse an encoded SOAP response we're getting from a Web Services interface. (MSVC++)
When I get the response back, and pass it into the MSXML parser, it parses fine, but then when I try to query a node out of it, it throws an error saying that the encoding namespace (declared as xmlns:enc=" I forget the URI, it's on my other computer here...) is undeclared, does anyone have any idea why this would be? Or how I could move forward trying to figure it out.
I suspect that it can't resolve the URI's, because I don't have them in my XMLSchemaCache, but I don't have a way of knowing what URI's they'll be sending back in their response. I thought that this is what the ResolveExternals property was for, but maybe I'm completely off in left field here...
Thank you tremendously for your help! I've been beating my head against the wall for the past day and a half!
-Miquella
When I get the response back, and pass it into the MSXML parser, it parses fine, but then when I try to query a node out of it, it throws an error saying that the encoding namespace (declared as xmlns:enc=" I forget the URI, it's on my other computer here...) is undeclared, does anyone have any idea why this would be? Or how I could move forward trying to figure it out.
I suspect that it can't resolve the URI's, because I don't have them in my XMLSchemaCache, but I don't have a way of knowing what URI's they'll be sending back in their response. I thought that this is what the ResolveExternals property was for, but maybe I'm completely off in left field here...
Thank you tremendously for your help! I've been beating my head against the wall for the past day and a half!
-Miquella