I get the following error when I called a soap method that returns a java.util.List.
 
No Serializer found to serialize a 'java.util.List' using encoding style
 
Doesn't soap has built in serilizer for List just like String. If not, could any one tell me how add the mapping.
 
Thanks.
Praveen

Reply via email to