on ‎2006 Mar 24 3:48 PM
Hi all!
I have a question for you.
I have a web service that has a cardinality 0..n node as input for a function, that is, function expects like a table in its input. For example, if you wants to send a set of customer names for finding them.
The thing is that I have to bind each element in the input node with a model instance programatically.
If I have this scenario, Do I have to iterate through every element in the node binding it to a model object?
Thanks in advance
Request clarification before answering.
Hi,
For sending a set of values the answer is YES.U have to iterate through all the elements.
Create a new instance for the model node and then with that instance access the attributes that u are in need.
Hope it helps,
Regards,
Nagarajan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.