On Thursday 11 September 2008 11:00:51 am Bharath Thippireddy wrote: > We have a restriction to only use the Apache/GPL licensed jar files.We > see that WSDL4J-1.6.1.jar is licensed under the CPL .Since CXF uses > WSDL4J-1.6.1.jar ,is there a replacement for this which uses the GPL > license?
Hmmm.... I really don't think there is any other alternative to wsdl4j. Pretty much every java toolkit I know of that processes wsdl 1.1 documents uses wsdl4j. Woden can do wsdl2.0, but not the 1.1 stuff and is also not api compatible. Sun has their own wsdl model in the jaxws-ri, but it's not wsdl4j compatible and thus would be a huge amount of work to switch to it. Plus, it would not be Apache/GPL either (cddl). -- Daniel Kulp [EMAIL PROTECTED] http://www.dankulp.com/blog
