still having problems Jai.
i think that the problem resides in the structure of the object that i
want to send.
i'm trying to sendo something like this:
triggerSet Object
String 1
String 2
vector of Trigger object
Trigger object
String 1
String 2
vector of event object
Event object
String 1
String 2
Parameter object
Parameter object
String 1
String 2
String 3
maybe this is impossible to serialize...
On Thu, 3 Mar 2005 19:36:17 +0100, fabrizio picca
<[EMAIL PROTECTED]> wrote:
> thanks a lot
>
> On Thu, 3 Mar 2005 12:21:12 -0600, THOMAS, JAI [AG-Contractor/1000]
> <[EMAIL PROTECTED]> wrote:
> > I you have to have hashtable, search teh archive to see what others have
> > done.
> > Otherwise, I would recommend an array or vector. Array would be ideal if
> > interop is
> > at issue.
> >
> > Jai
> >
> > -----Original Message-----
> > From: fabrizio picca [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, March 03, 2005 12:05 PM
> > To: [email protected]
> > Subject: Re: axis client consuming an ejb service
> >
> > ah fantastic...i have an hashtable of trigger ...
> >
> > i have to leave all my hopes?
> >
> > On Thu, 3 Mar 2005 11:51:39 -0600, THOMAS, JAI [AG-Contractor/1000]
> > <[EMAIL PROTECTED]> wrote:
> > > Is 'Trigger' your bean or container? I have to warn you that If you are
> > > trying to send a hash table, you will be opening a new can of worms.
> > > There were lots of discussions in the past in this group on hash table
> > > serialization and interop issues.
> > >
> > > Jai
> > >
> > > -----Original Message-----
> > > From: fabrizio picca [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, March 03, 2005 10:49 AM
> > > To: [email protected]
> > > Subject: Re: axis client consuming an ejb service
> > >
> > > 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: [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.
> > > > > >
> > > > >
> > > >
> > >
> >
>