Duplicating List

E

ECM Ryan

I have built a custom webservice, which I would like users to use from
infopath. It has two functions, both of which use my complex type
"UtilizationPlan" (a class in my project). One function creates the Complex
Type and returns it to them which builds the structure for the repeating data
table they are using. The second function accepts the complex type back as
an arguement and saves the results to a database.

When the user sees the table, everything looks fine, but when they post it
back, the number of items are doubled, (48 items in my List<PlanItem>
collection, instead of the 24 that were created from the first call to the
web service). This seems like the same functionality that a dataset uses -
is there something some field or property that I should be able to add and
query to see if the status is updated?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top