I'm trying to integrate WSDL2Code plugin into my Maven2 project, but the
WSDL file I want to use as a source is generated by another module of my
project. So I'm trying to set a relative path in wsdlFile, something like:

<wsdlFile>

../webservice/target/generated-sources/andromda/WEB-INF/services/webservices/META-INF/myapp.DataImportService.wsdl
</wsdlFile>

Unfortunately, I keep getting an error like this:

[INFO] [axis2-wsdl2code:wsdl2code {execution: default}]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error parsing WSDL

 (No such file or directory)

Isn't it possible to use a relative path like that?

-- 
Sébastien Arbogast

http://www.sebastien-arbogast.com

Reply via email to