JSF and CXF not working together
- by Milan
I want to make dynamic web service invoker in JSF with CXF. But when I load this simple code I get error. The code:
JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();
Client client = dcf.createClient("http://ws.strikeiron.com/IPLookup2?wsdl");
The error:
No Factories configured for this Application. This happens if the…