> -----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 >