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.