From: Martine C. <Mar...@bu...> - 2006-09-22 13:43:11
|
Hi, I have a problem with SOAP::Lite. I have the following error : *Type 'ArrayOf_xsd_string' can't be found in a schema class 'SOAP::Serializer' *I try to run a method "invoke" with an argument which is an array of strings. In the WSDL I have : <wsdl:message name="invokeRequest"> <wsdl:part name="in0" type="xsd:string"/> <wsdl:part name="in1" type="xsd:string"/> <wsdl:part name="in2" type="xsd:string"/> *<wsdl:part name="in3" type="impl:ArrayOf_xsd_string"/>* </wsdl:message> <wsdl:operation name="invoke" parameterOrder="in0 in1 in2 in3"> <wsdl:input name="invokeRequest" message="impl:invokeRequest"/> <wsdl:output name="invokeResponse" message="impl:invokeResponse"/> <wsdl:fault name="ManagementEndpointException" message="impl:ManagementEndpointException"/> </wsdl:operation> Thanks to help me Martine |