Hello, If I use axis on both side, does polymorphism work? I just want to know whether if Axis support this dynamic send back the derived class or not? Any idea will be appreciate?
Thanks, Georgia -----Original Message----- From: Christophe Roudet [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 8:28 AM To: [EMAIL PROTECTED] Subject: RE: Does Axis support polymorphism (dynamic send back the derived class) > -----Original Message----- > From: Zhou Jian Han [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 21, 2004 7:24 PM > To: [EMAIL PROTECTED] > Subject: RE: Does Axis support polymorphism (dynamic send back the derived > class) > > Hi Christophe, > I tried many times on gsoap using -t, but it still send out message > without xsi:type(maybe it's a gSoap bug), and I checked the other stuff, > such as rpc/encoded, they all look right. > > Do you think it's because of without xsi:type, that the client can not > generate the right object? But I tried to send a 'Shape' object, the > client can create a right 'Shape' instance, only if I send the derived > class, then client has exception on it. > > By the way, can you tell me which soap server you used on the server > side? I need a c/c++ soap server, so I can put on the embeded system. > I am using axis at both sides. Christophe > Thanks, > Georgia >