To: [EMAIL PROTECTED]
> Subject: Problem with serialization and deserialization
>
>
> Hi,
>
> I am trying to send a custom bean type to the service.
> Based on the examples in encoding section, I have
> written custom serializer and deserializer.
> I deploy the service and
Hi,
I am trying to send a custom bean type to the service.
Based on the examples in encoding section, I have
written custom serializer and deserializer.
I deploy the service and when I try to invoke it, I am
getting a null pointer exception at the service.
Serialization part is working fine. The