ColdFusion 9 has a jar 'webservices.jar' in the Jrun4/lib directory which contains the Apache classes such as
org.apache.axis.wsdl.WSDL2Java
but it appears that this is an older version. When used it does not generate proper Java code for the web services we are trying to use. When we use a standard Apache jar like axis.jar instead things work ok.
What can be done to include the proper code? Will removing this jar from the ColdFusion installation cause things to break?
Regards,
Joop Kaashoek