Using CXF web service from java web start
UPDATE: I have submitted my question to the CXF User's mailing list, here . UPDATE: I have currently signed all of my jars. I still can't seem to get CXF setup in a way that it can find the WSDL. My last attempt was to place the WSDL inside of my WAr file so I can access it through a web browser. I set the wsdllocation inside of the client to the URL ( http://www.example.com/app/example.wsdl ). I am now getting the following exception: Exception in thread "AWT-EventQueue-0" java.lang.ExceptionInInitializerError at com.sun.xml.internal.ws.util.xml.XmlUtil.createDefaultCatalogResolver(Unknown