Nested objects?



Hi,

I want to make a webservice that returns an order with orderlines.
How can this be best done?

Can this be done with an object order (class order) that haves a property
arraylist of orderline objects (class orderline)?

Hope someone can help, thanks!


.


Loading