Hello!
 
I am trying to transfer data with the following structure
 
{
String
Int
Float
String[]
}
 
Client sends it correctly, but server answers:
 
  Fault Code   = SOAP-ENV:Server
  Fault String = java.lang.IllegalArgumentException: No Serializer found to serialize a 'java.lang.reflect.Array' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
 
Any thoughts about the subject?
 
Best regards,
Vlad Tomashov

Reply via email to