Web Service default schema
Hi All
I've developed a few WebServices in VS 2005 , an example output is :
<?xml version="1.0" encoding="utf-8" ?>
- <NewDataSet>
- <Table>
<Code>AWG</Code>
<Name>Andy Green</Name>
</Table>
- <Table>
<Code>AWB</Code>
<Name>Andy Blue</Name>
</Table>
</NewDataSet>
Is it possible to rename the outter tags to reflect my data rather than use the Newdataset & table tags.
Andy
|