thanks a lot jai i'll try te way you told me.
On Thu, 3 Mar 2005 10:36:22 -0600, THOMAS, JAI [AG-Contractor/1000] <[EMAIL PROTECTED]> wrote: > > Well, then it would be pretty straight forward. > You can use java2wsdl tool to generate the wsdl. > This generated wsdl would have proper xml representation of your bean. > > Jai > > -----Original Message----- > From: fabrizio picca [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 03, 2005 10:30 AM > To: [email protected] > Subject: Re: axis client consuming an ejb service > > the class is jb-compliant. > > i'm using the bean(de)serializer bundled with axis. > > but reading the docs i have to right down a WSDD file for axis to axis > implementation. > > i don't know where to write those informations for ejb. > > On Thu, 3 Mar 2005 10:26:56 -0600, THOMAS, JAI [AG-Contractor/1000] > <[EMAIL PROTECTED]> wrote: > > If your custom class is not a plain bean, you need to provide > > serialization/deserialization > > mechanism for this class and let Axis know of that by registering a type > > mapping. > > > > Jai > > > > -----Original Message----- > > From: fabrizio picca [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 03, 2005 10:23 AM > > To: [email protected] > > Subject: axis client consuming an ejb service > > > > i'm trying to consume an ejb service using axis on the client side. > > > > I have this problem: > > i want to map a custom class in the ejb service. > > where do i have to put this informations? > > thanks a lot. > > >
