Please, Did anybody already deploy a web service whose one of its operantions receives a array bean as input?
I have and when I call this operation/web service, I get the following error: "org.xml.sax.SAXException: No deserializer defined for array type QuerySequenceDWS". I used the java2wsdl and wsdl2java to create the wsdd file and deploy the service. It's funny because I have two other similar web services: one that receives a bean (without an array) as a parameter and other that receives array of string. Both works whithout any problem. But an array os a bean doesn't work. Regard, Fabricio
