I've posted previously on this just a short while ago, but was wondering if someone could help me a bit further.
I need serializers/des for ArrayList, and java.sql.Date. I'm fine with them going to normal SOAP array and SOAP date. If someone has already written and successfully tested, could you post code? If not, is there a getting started on writing these things? The example referenced in the docs seems pretty inadequate for what I want to do. Background: What I am trying to do is expose some large grained SessionBean calls that pass a data object model around. The model is composed of java beans containing other java beans as well as collections of javabeans. The java beans work fine, the collections and the java.sql.Dates choke on the WSDL generation. I have successfully deployed the service and called with my custom coded client that has access to my data model. I now want to use the WSDL to generate the java to make the call. This is where the collections/sql Dates are tripping me up. Thanks for any pointers here. Bill Pfeiffer