RE: [JBoss-user] Fastest (and stable) way to turn existing EJBs i nto Web Services?

2002-12-18 Thread Callies, Peter
PROTECTED] Subject: Re: [JBoss-user] Fastest (and stable) way to turn existing EJBs i nto Web Services? If you make sure your value objects adhere to the javabean spec, you can use Axis' custom BeanSerializer and BeanDeserializer to automatically encode/decode them for you. I do

RE: [JBoss-user] Fastest (and stable) way to turn existing EJBs i nto Web Services?

2002-12-18 Thread Callies, Peter
:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 1:38 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Fastest (and stable) way to turn existing EJBs i nto Web Services? Sorry if this is a redundant question...have you tried custom objects in the parameters and how do you serialize