Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Component/s: wsdl2java
-
Labels:None
-
Environment:unix
-
Number of attachments :
Description
We need the wsdl2java to compile some asmx file which is located on the source directory, instead of web.
<sourceDirectory>${basedir}/${wsdlsrcdir}/facets</sourceDirectory> <wsdlFiles> <wsdlFile> FaWsvcInpGetGroup.asmx </wsdlFile> </wsdlFiles>
it says
[INFO] [axistools:wsdl2java] [INFO] about to add compile source root [INFO] Nothing to generate. All WSDL files are up to date.
But seems the wsdl2java did not compile anything, did I do something wrong ?
how to make the wsdl2java to compile the asmx files as well as wsdl files, which is not on the web (http://...)
Thanks
The plugin can have only one sourceDirectory for wsdl files. If you need to process wsdl files from more than one distinct directories you need to add more than one execution, each with its own sourceDirectory configured.
The plugin doesn't seem to accept any other file than .wsdl. What kind are .asmx files? Is there a spec for them? If necessary we could add support for another file suffix.