Re: Problem with circular refs

2002-01-31 Thread Simon Fell
It will de-serialize them, but not serialize them. Cheers Simon On Thu, 31 Jan 2002 10:16:46 +0200, in soap you wrote: >Hi all , >First question: does apache soap handles circular refs? > >why do I ask this. Because I have the following situation: > >class car holds a ref to an order. >The ord

Problem with circular refs

2002-01-31 Thread dovle
Hi all , First question: does apache soap handles circular refs? why do I ask this. Because I have the following situation: class car holds a ref to an order. The order holds a ref to the car (1 to 1 relationship) when the apache soap tryes to serialize them it seems to cal car.getorder, orde