Re: axis client consuming an ejb service

2005-03-09 Thread fabrizio picca
probably i'll get crazy with all off this. i continue to obtain the same error. I cannot implement my solution using wsdl2java generated classes, but I'm trying to getting something out of that. i don't know how to make axis aware of the deserializer. On Mon, 07 Mar 2005 11:05:10 +, Adr

Re: axis client consuming an ejb service

2005-03-07 Thread Adrian Perez Jorge
fabrizio picca wrote: Hi Adrian, thanks a lot for everything you told me. I'm still having problems. i'm new to this things , and so it's more difficult for me. Well , in my bean implementation there is no wsdd file. But the content of that file is in a web-service.xml. Ant is also configured in th

Re: axis client consuming an ejb service

2005-03-04 Thread fabrizio picca
Hi Adrian, thanks a lot for everything you told me. I'm still having problems. i'm new to this things , and so it's more difficult for me. Well , in my bean implementation there is no wsdd file. But the content of that file is in a web-service.xml. Ant is also configured in this way:

Re: axis client consuming an ejb service

2005-03-04 Thread Adrian Perez Jorge
Hi fabrizio, I believe your "object graph" is not so complex to get trouble in serialization/deserialization. That's what I do to use EJB's for service providing (more or less): - develop your session bean. - build a deploy-YourSessionBean.wsdd file like this: xm

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
al if > > interop is > > at issue. > > > > Jai > > > > -Original Message- > > From: fabrizio picca [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 03, 2005 12:05 PM > > To: axis-user@ws.apache.org > > Subject: Re: axis client consum

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
p is > at issue. > > Jai > > -Original Message- > From: fabrizio picca [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 03, 2005 12:05 PM > To: axis-user@ws.apache.org > Subject: Re: axis client consuming an ejb service > > ah fantastic...i have an hashtable

RE: axis client consuming an ejb service

2005-03-03 Thread THOMAS, JAI [AG-Contractor/1000]
: axis-user@ws.apache.org 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 o

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
3, 2005 10:49 AM > To: axis-user@ws.apache.org > 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://s

RE: axis client consuming an ejb service

2005-03-03 Thread THOMAS, JAI [AG-Contractor/1000]
: fabrizio picca [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 10:49 AM To: axis-user@ws.apache.org 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

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
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- > >

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
l 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 > >

RE: axis client consuming an ejb service

2005-03-03 Thread THOMAS, JAI [AG-Contractor/1000]
: 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 informatio

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
om: 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

RE: axis client consuming an ejb service

2005-03-03 Thread THOMAS, JAI [AG-Contractor/1000]
: 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.

axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
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.

axis client consuming an ejb service

2005-03-01 Thread fabrizio picca
i'm wondering how can a Axis Client send a custom object to an ejb service. Could someone be of some help? thanks a lot. Fabrizio