C
Chris
Hi-
I'd like to return the results of a stored procedure in a web service, and
want to know if there is a way to present a "cleaner" XML structure when
returning a dataset.
Right now, my class is structured like:
*private function to connect to DB / call stored procedure / fill dataset
*WebMethod to return dataset in XML
The contents of the XML structure are very messy, and I'd like to be able to
specify my own element labeling.
I'm at a loss as to the best method to present a definable XML structure in
the web service... Is it to manually define XML nodes?
Thanks,
Chris
I'd like to return the results of a stored procedure in a web service, and
want to know if there is a way to present a "cleaner" XML structure when
returning a dataset.
Right now, my class is structured like:
*private function to connect to DB / call stored procedure / fill dataset
*WebMethod to return dataset in XML
The contents of the XML structure are very messy, and I'd like to be able to
specify my own element labeling.
I'm at a loss as to the best method to present a definable XML structure in
the web service... Is it to manually define XML nodes?
Thanks,
Chris