R
RickM
I dont understand how to implement a repeating group. I have created
a web service with a section that I want to be a repeating group. The
XML looks like
<Funding>
<item1>XXX</item1>
<item2>XXXX</item2>
<item3>XXX</item3>
</Funding>
I want Funding to be a repeating group/table where we can enter
multiple rows of funding data.
Problem is I cant bind Funding to a repeating section or table.
From reaserching I assume I need to change the schema to conform to an
xCollection. What is the best way to do this? Do I manually edit the
schema or is there a way within the webservice to define these
elements with the correct attributes to enable the correct binding.
I have really been struggling with this are there any examples.
Thanks
Rick
a web service with a section that I want to be a repeating group. The
XML looks like
<Funding>
<item1>XXX</item1>
<item2>XXXX</item2>
<item3>XXX</item3>
</Funding>
I want Funding to be a repeating group/table where we can enter
multiple rows of funding data.
Problem is I cant bind Funding to a repeating section or table.
From reaserching I assume I need to change the schema to conform to an
xCollection. What is the best way to do this? Do I manually edit the
schema or is there a way within the webservice to define these
elements with the correct attributes to enable the correct binding.
I have really been struggling with this are there any examples.
Thanks
Rick