Hi! I create my web service client with CXF's wsdl2java tool, but when I am using the created classes I still get the message: "org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL", and the service is created using the WSDL file.
Is it possible to generate client code which does not parse through the wsdl file every time i start my program (and create the service class)? The wsdl won't change and I cannot see a point why it should read and process that file each time. -- View this message in context: http://www.nabble.com/CXF-client-without-building-from-wsdl-tp18439827p18439827.html Sent from the cxf-user mailing list archive at Nabble.com.
