Wow...that seemed way too easy to work, but it indeed work! Thank you very much!
Andrew Clegg wrote: > > 2009/1/8 brian_beech <[email protected]>: > >> <wsdlOptions> >> <wsdlOption> >> <wsdl> >> >> ${basedir}/src/main/wsdl/School.wsdl >> </wsdl> >> <extraargs> >> <extraarg>-client</extraarg> >> <extraarg>-impl</extraarg> >> <extraarg>-verbose</extraarg> >> </extraargs> >> </wsdlOption> >> </wsdlOptions> > >> I most definitely do not want the wsdlLocation to be the local file >> system >> file, but the location the wsdl will be deployed to. > > Try something like this: > > <extraarg>-wsdlLocation</extraarg> > > <extraarg>http://path/to/your/wsdl</extraarg> > > Andrew. > > -- View this message in context: http://www.nabble.com/wsdl2java-question-tp21354597p21354914.html Sent from the cxf-user mailing list archive at Nabble.com.
