Re: wsdl2Java compiler error w/customer binding

2008-04-11 Thread Christopher . Mathrusse
PROTECTED] 04/09/2008 06:41 PM Please respond to cxf-user@incubator.apache.org To cxf-user@incubator.apache.org cc Subject Re: wsdl2Java compiler error w/customer binding org.w3._2001.xmlschema.Adapter1 is generated by wsdl2java tool or wrote by yourself ? Jim On Thu, Apr 10, 2008 at 6:24

wsdl2Java compiler error w/customer binding

2008-04-09 Thread Christopher . Mathrusse
I've followed the documentation pertaining to a customer binding for wsdl2java. Specifically, replacing the XMLGregorianCalendar with java.util.Date. The command I'm using is as follows: ./wsdl2java.bat -d s:\\cxf-client\\src -compile -client -b quoteBrokerBinding.ml

Re: wsdl2Java compiler error w/customer binding

2008-04-09 Thread jim ma
org.w3._2001.xmlschema.Adapter1 is generated by wsdl2java tool or wrote by yourself ? Jim On Thu, Apr 10, 2008 at 6:24 AM, [EMAIL PROTECTED] wrote: I've followed the documentation pertaining to a customer binding for wsdl2java. Specifically, replacing the XMLGregorianCalendar with