users@jax-rpc.java.net

Client side objects not serializable

From: Clinton <clinton.bosch_at_gmail.com>
Date: Tue, 6 Sep 2005 14:51:09 +0000 (UTC)

Hi

I am having a problem doing an rpc from inside an EJB when using complexTypes.
The complexType object created by the WSCompile tool no longer implements the
Serializable interface and can thus not be sent to my client (because rmi can
only send Serializable objects). My complexType only contains primitives, so is
there any way of telling the WSCompile to create the client side complexType
object as Serializable.

Thanks in advance
Clinton