All, I am using top-down web service development approach using CXF 2.3.2 I have created the web service java artifacts after running the wsdl2java tool on the WSDL and accompanying xml schemas.
Now I have build the application in Eclipse and deploying it to weblogic 10.3 The cxf distribution contains dozens of libraries. What libraries do I need to include in my web service war file so the deployed web service on weblogic uses CXF beneath the covers. What I see now when I publish my webservice WSDL is something like this in the comments section - which makes me believe the web service processing on the weblogic server is happening using the java 6 JAX-WS web services and not CXF. Please let me know your thoughts. Regards, -- View this message in context: http://cxf.547215.n5.nabble.com/what-runtime-libraries-to-package-for-CXF-based-webservices-tp4288943p4288943.html Sent from the cxf-user mailing list archive at Nabble.com.
