Thank you. I will build my code around %XML.TextReader.
"Bill McCormick" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> ID's are not relevent in SOAP/XML. You would have to check the value in
> the XML and open the correct object manually. We won't automatically do
> this for you.
>
> Kristian Kalweit wrote:
> > Nobody ever did an import and with references to existing objects?
> >
> > "Kristian Kalweit" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
> > news:[EMAIL PROTECTED]
> >
> >>Hi,
> >>
> >>I use the example code of the documentation to import objects from a xml
> >>file. Working probably.
> >>
> >>Problem occur if I want to refer an existing object. Example:
> >>
> >>First part importing 2 objects (object2 is nested into object1). Working
> >
> > so
> >
> >>far. Second part importing another object1 and refer object2 from first
> >>part. This is not working. How can I do this?
> >>
> >><!-- First part -->
> >><object1>
> >> <object2>
> >> <idprop>123</idprop>
> >> <prop1>test</prop1>
> >> <prop2>test</prop2>
> >> ...
> >> </object2>
> >> <prop1>test</prop1>
> >> ...
> >></object1>
> >>...
> >><!-- Second part -->
> >><object1>
> >> <object2>
> >> <idprop>123</idprop>
> >> </object2>
> >> <prop1>test</prop1>
> >> ...
> >></object1>
> >>
> >>
> >
> >