J
John Hopper
I must be missing something pretty simple. I set a web reference to a web
service and pass it an xml document. At the provider end I validate the
received document against an xsd. I want to parse it after validation using
an xmlNodeReader and selectSingleNode. This works fine when I save the file
first and then xmlDocument.load(uri), with the uri the location of the saved
xml file. But I don't want to save the file. I see I can pass the
xmlDocument.load method a stream, but how do I get the stream to pass it? Any
help very much appreciated. I've tried a number of ways without success.
John Hopper
service and pass it an xml document. At the provider end I validate the
received document against an xsd. I want to parse it after validation using
an xmlNodeReader and selectSingleNode. This works fine when I save the file
first and then xmlDocument.load(uri), with the uri the location of the saved
xml file. But I don't want to save the file. I see I can pass the
xmlDocument.load method a stream, but how do I get the stream to pass it? Any
help very much appreciated. I've tried a number of ways without success.
John Hopper