Scenario:
I have a ip form working with retrieve/send webservice data source.
when my form is submitting data to the webservice, this webservice receives the dataset and passes trough bussines rules and then is saved in sql server (using sql server sentences).
Problem:
I have a repeating table in my form that is filling when i retrieve data, but when i delete a row from this table and then submitted to the webservice i receive this error:
a SOAP answer show a server error:
Server was unable to process request. --> Deleted row information cannot be accessed through the row.
How can i solved this problem?
Thanx.