Hi All, I have a project that returns an array of beans. I am using WSDL to generate all of the required classes. The problem is that one of the beans I require is not explicitly in any method as an argument or returned value, but may be returned in an array. Therefore, no serializer is generated. Before I tweak something manually, is there an easy way to get WSDL to generate the serializer automatically?
This is important, because at some point when the project is functional, I will be turning it over to a deployment team which will have no knowledge of AXIS or WSDL. I would very much like to give them a cookbook for re-deploying the service and this must be as automated as possible. Thanks! -- J