Hi All,
I am facing some typicall problem with initiator's.
I have following input. The type tree is developed accordingly.
<first>1</first>
<second>2</second>
<third>3</third>
Here 1,2,3 are the values and <first></first>,<second></second>,<third></third> are the initiator and terminator.
Assuming that all are mandatory my map runs sucessfully if above mention is the input. But it fails and says that
"One or more Input was Invalid" if any one of the elements are missing. For ex
<second>2</second>
<third>3</third>
or
<first>1</first>
<third>3</third>
or
<first>1</first>
<second>2</second>
I also tried with Restart attribute but was not successfull.
Can any one has a solution.
I am facing some typicall problem with initiator's.
I have following input. The type tree is developed accordingly.
<first>1</first>
<second>2</second>
<third>3</third>
Here 1,2,3 are the values and <first></first>,<second></second>,<third></third> are the initiator and terminator.
Assuming that all are mandatory my map runs sucessfully if above mention is the input. But it fails and says that
"One or more Input was Invalid" if any one of the elements are missing. For ex
<second>2</second>
<third>3</third>
or
<first>1</first>
<third>3</third>
or
<first>1</first>
<second>2</second>
I also tried with Restart attribute but was not successfull.
Can any one has a solution.