users@wadl.java.net

Question about Resource Base

From: <sirgeek-java_at_mrsucko.org>
Date: Tue, 5 Jun 2012 17:00:37 +0000 (GMT)

I have this in my line for a WADL I'm dealing with
<resources base="https://webservices.iso-ne.com/api/v1.0/">

Is there any way to have the code generated NOT reference this specific
resource base ?

I'm using the following command line to generate my code:
wadl2java -p com.isone.testing.www.webservices.v1_0 -o
../../../workspace/webservices/src v1.0.wadl.xml

It generates the "base class" using the resource base as part of the
name:
WebsvcsdaIsoNeCom_ApiV10

Is there ANY way to pass in a name to override this default behavior ?