> On Feb 3, 2015, at 2:05 AM, srinivas thallapalli <sree.tallapa...@gmail.com> 
> wrote:
> 
> Hi,
> Do we have any configuration property or control on wsdlLocation property of
> the @Webservice annotation of the Implementation class generated by
> wsdl2java tool. My requirement is I do not want to regenerate or recompile
> the code when my service moves from staging machine to production machine.

There is a “-wsdlLocation” flag on the tool that can be used to specify what is 
stuck in that annotation and elsewhere.  In general, you can use something like 
“classpath:/path/to/wsdl” and it can be picked up that way.

-- 
Daniel Kulp
dk...@apache.org - http://dankulp.com/blog
Talend Community Coder - http://coders.talend.com

Reply via email to