From: Martine C. <Mar...@bu...> - 2006-09-26 08:05:34
|
Hi In the SOAP::Lite mailing lists, I 've seen that a lot of people have the same problem as me, but I don't see a solution! The problem occurs when I try to give an array of strings as argument of a WEB service method. I can receive an array of strings (ArrayOf_xsd_string) from the endpoint with no problems, but I cannot use an an array of strings as a method parameter. When I give an array of strings I get this error message: Type 'ArrayOf_xsd_string' can't be found in a schema class 'SOAP::Serializer' THanks for your help Martine |