Solution from Daniel Kulp :
Change the line
Bus bus = BusFactory.newInstance().createBus();
to
Bus bus = new SpringBusFactory().createBus("cxf.xml");
(use a URL to the cxf.xml file)
Reply to this message by going to Community
Start a new discussion in Beginner's Corner at Community