I don't think so, and I think it's going to get even "worse" once WS-SecurityPolicy is implemented, because the WSDL is where the quality-of-service and security rules are implemented[1], and so the web service stack needs to read that file before proceeding.
Glen [1] http://blogs.sun.com/arungupta/date/20071108 On Mon, 2008-07-14 at 01:53 -0700, jotr wrote: > 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. >
