Hi, Let me explain my problem another way. We have developed in ColdFusion ( now CFMX) a huge application framework and application modules (+/- 6 man/years). We are in the process to develop Web Services access to our application, however CFMX does not give us enough flexibility in its Web Services implementation. We need better control on the Web Service generation, like Custom Type handling, type of Web Service, encoding and so on. Of course it is not an option for us to drop our CFMX code, and I heard about a solution with WSDL2Java, by extracting the CFMX WSDL file, modifying it and re-generating the stubs etc with WSDL2Java.
I would need guidelines (or sample code) to test this technique asap with some of our CFMX Web Services in order to confirm if it is a solution for us. Thanks Dominique