R
Ray Stevens
I have a complex XSD schema that I would like to use as the basis for
building an XML document that will be passed to a web service. The XML
document will not be persisted to/from a local folder but will be built and
populated entirely in memory.
However, I am completely confused on how to do this. I did manage to create
a class file using xsd.exe. However, I would like to populate the elements
with values and pass it to the web service as an XmlNode ROOT object.
Again, I am lost.
building an XML document that will be passed to a web service. The XML
document will not be persisted to/from a local folder but will be built and
populated entirely in memory.
However, I am completely confused on how to do this. I did manage to create
a class file using xsd.exe. However, I would like to populate the elements
with values and pass it to the web service as an XmlNode ROOT object.
Again, I am lost.