I am using apache cxf + spring, the stuff runs in eclipse but not in command line. keep get the error could not resolve binding
solution :
step2: if you are using spring with cxf, making sure add following to your @Configuration class
@ImportResource( { "classpath:META-INF/cxf/cxf.xml", "classpath:META-INF/cxf/cxf-extension http.xml", "classpath:META-INF/cxf/cxf-extension-soap.xml" } )
or
big credit to
http://www.java-allandsundry.com/2011/01/orgapachecxfservicefactoryserviceconstr.html