Just a guess, but could the NPE be because you haven't downloaded the XSDs that that WSDL is importing (I'm unsure of the ability of WSDL2Java to download needed XSDs off the Internet.)
Also, it isn't that difficult to try Metro and see if its WSDL2Java equivalent (wsimport) either (a) works with that WSDL, or (b) if it doesn't, hopefully gives you a better error message informing you to the problem. That can help in troubleshooting CXF. Ant and Maven client examples are here: http://www.jroller.com/gmazza/entry/soap_client_tutorial HTH, Glen eugenetranslator wrote: > > HELP ! > > Did someone of you manage to get it worked - CXF with SABRE? > In Sabre they tell : "use Axis 1.4" if something isn't working. > And indeed, JAX-WS does not work with Sabre? > > Friends, maybe someone know how to get it worked? > Axis 1.4 is so obsolete.. > > Eugene > -- View this message in context: http://old.nabble.com/CXF-wsdl2java-doesn%27t-work-for-Sabre-web-services-tp27514211p28006665.html Sent from the cxf-user mailing list archive at Nabble.com.
