Axis2 maven plugin does not allow to generate sources for remote WSDL file
--------------------------------------------------------------------------
Key: AXIS2-3518
URL: https://issues.apache.org/jira/browse/AXIS2-3518
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: Tools
Affects Versions: 1.3
Reporter: Liliana Ziolek
I've seen recently an email from somebody asking if it's possible to use remote
WSDL file using axis2 maven plugin and the answer was 'yes'
(http://marc.info/?l=axis-user&m=119815987607677&w=2).
I have the same question/problem. I asked on users mailing group and was
suggested to report an issue.
In pom.xml the relevant section is:
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
<version>1.3</version>
<executions>
<execution>
<goals>
<goal>wsdl2code</goal>
</goals>
<configuration>
<packageName>nice.test</packageName>
<wsdlFile>http://soap.nice.org.uk:8000/wsdl/guidanceservice.wsdl</wsdlFile>
</configuration>
</execution>
</executions>
</plugin>
When I try to run mvn compile, I get the following:
java.io.FileNotFoundException:
E:\workspace-nice\Nice-test\http:\soap.nice.org.uk:8000\wsdl\guidanceservice.wsdl
(The filename, directory name, or volume label syntax is incorrect)
so it seems that instead of going to remote location, it is still trying to
find a local file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]