ehm, sorry, i have to add something more...
when i try calling the web service i obtain this :

16:40:16,850 INFO  [STDOUT] AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
 faultSubcode: 
 faultString: org.xml.sax.SAXException: No deserializer for
{http://localhost:8080/jboss-net/services/SPPMService}Trigger
 faultActor: 


where Trigger is the class (contained in an hastbale) that i'm gonna
send to ejb ws.

is this a problem of simple typemapping which solution is what you
wrote first or there is something more?


On Thu, 3 Mar 2005 17:40:39 +0100, fabrizio picca
<[EMAIL PROTECTED]> wrote:
> 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: axis-user@ws.apache.org
> > 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: axis-user@ws.apache.org
> > > 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.
> > >
> >
>

Reply via email to