John-567 wrote: > > My question, hopefully that will clear up my confusion, is when doing > wsdl2java for a client, do I have to access, for validation purposes, to > all of the defined schema's? >
Yes, not just for validation but because the elements in the XSDs are generated into Java classes by JAXB (which is internally activated by wsdl2java). Incidentally, rather than relying on the command line for wsdl2java generation you might wish to use Ant or (preferably) Maven: http://www.jroller.com/gmazza/date/20080417 HTH, Glen -- View this message in context: http://www.nabble.com/First-WSDL-to-Java-client-issues-tp19417535p19421932.html Sent from the cxf-user mailing list archive at Nabble.com.
