Ok.. I can't change the php pages, and we just use the result of a soapcall in php to create the arrays.
So, If I want to correct the problem, I need to use something else thant extension base=tns:UserBase ? or there is another possibility ? 2008/8/14 Amila Suriarachchi <[EMAIL PROTECTED]> > this is because you have used the tns:UserBase type in the element and you > actually > attaching a UserType object at runtime. So you can set UserType in your > refering element. > > But however I think your problem is with parsing the xml with the php > script. > > <User xsi:type="ns2:UserType"> > <UserId>000774</UserId> > </User> > > your php script should identify the User Element irrespective whether there > is xsi:type or not. > > thanks, > Amila. > >
