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

Re: axis client consuming an ejb service

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

Re: axis client consuming an ejb service

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

Re: axis client consuming an ejb service

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

Re: axis client consuming an ejb service

2005-03-03 Thread fabrizio picca
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: axis-user@ws.apache.org Subject: Re

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