Re: Consume EJB and Web Services

2005-03-14 Thread fabrizio picca
I've just developed my application using an Ejb-based web service and a plain axis client. I've followed the axis user guide on the website and all went well. The only problems i had was related to the mapping of custom datatypes. But here, in this mailing list, i found all the answers! On Mon,

axis and ejb.

2005-03-09 Thread fabrizio picca
I'm in this situation. I' have an axis client and an ejb-based webservice. the client has to send a custom object to the ejb webservice. ah i've written in another post,i have a lot of problems in serializing/deserializing custom types. The examples in the axis documentation i think are referred t

Re: axis client consuming an ejb service

2005-03-09 Thread fabrizio picca
11:05:10 +, Adrian Perez Jorge <[EMAIL PROTECTED]> wrote: > 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

Re: axis client consuming an ejb service

2005-03-04 Thread fabrizio picca
r the interface or implementation class of your > session bean, and specify Trigger, Event, Parameter,... as extra classes > (and also style wrapped/literal if you like that), namespace and > location. You will get an .wsdl file you can use at the client side. > The important here is to includ

Re: axis client consuming an ejb service

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

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 fabrizio picca
ash 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 0

Re: axis client consuming an ejb service

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

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 fabrizio picca
actor/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- > Fr

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

newbie: serializing deserializing nested custom object

2005-03-01 Thread fabrizio picca
This is my first post, i'm new to axis, so excuse the eventual oddness of this question. i wanna call a remote service like this setTrigger(hashtable triggerMap,String urlRef,String ipRef) The hashtable triggerMap contains Trigger custom objects. Those Triggers are made of String and another c