W
Whoever
Hi,
I'm trying to return an XmlDocument or XmlNode converted from a typed
dataset.
public XmlNode whatever() {
MyTypedDataSet ds = new MyTypedDataSet();
return new XmlDataDocument(ds);
}
In WSDL, it shows returned type as xml; in the result, it shows the xml
data.
How do I put schema information in both places?
Thanks.
I'm trying to return an XmlDocument or XmlNode converted from a typed
dataset.
public XmlNode whatever() {
MyTypedDataSet ds = new MyTypedDataSet();
return new XmlDataDocument(ds);
}
In WSDL, it shows returned type as xml; in the result, it shows the xml
data.
How do I put schema information in both places?
Thanks.