Hi there,
        There is no serializer availabe for serializing ArrayList .You
need to implement your own Serializer Bean for this.
        All you have to do is write 2 Java programs : A serializer  and
a deserializer.
        And register your Bean Serializer with SOAPMappingRegistry.
        Hope this helps.
Ami

-----Original Message-----
From: Vinod Soni [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 30, 2001 5:34 PM
To: Soap User
Subject: Serialization Exception


Can anyone help me with the following exception ?
 
[SOAPException: faultCode=SOAP-ENV:Client; msg=No Serializer found to
serialize a 'java.util.ArrayList' using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.;
targetException=java.lang.IllegalArgumentException: No Serializer found
to serialize a 'java.util.ArrayList' using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.]

Reply via email to