I am trying to use the AxisTools plugin to generate java code from a
WSDL. This is the configuration of my plugin:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>axistools-maven-plugin</artifactId>
<configuration>
<urls>
<url>http://hostname:port/WebAccess/XXX/xxxLoanInfo.dadx/WSDL</url>
</urls>
<packageSpace>com.somecompany.webservice</packageSpace>
<testCases>true</testCases>
<serverSide>true</serverSide>
<subPackageByFileName>true</subPackageByFileName>
</configuration>
<executions>
<execution>
<goals>
<goal>wsdl2java</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
</plugin>
I am able to access the url to the WSDL and see the WSDL displayed
correctly. The error I get is the following:
[INFO] error executing plugin
Embedded error: unable to download WSDL file from
http://hostname:port/XXXWebAccess/XXX/xxxLoanInfo.dadx/WSDL to
C:\CVS_WORKING\xxxservice\target\axistools\wsdl2java\urlDownloads\http--
-hostname-port-XXXWebAccess-XXX-xxxLoanInfo.dadx-WSDL.
Reason: java.io.FileNotFoundException:
http://hostname:port/XXXWebAccess/XXX/xxxLoanInfo.dadx/WSDL
This may be a proxy issue but most likely not. In any case Is there a
way to set the proxy if I am behind a proxy?
Scott D. Ryan
Senior Java Developer/Architect
------------------------------------------------------------------------------
----
This message is intended only for the personal and confidential use of the
designated recipient(s) named. If you are not the intended recipient of this
message, you are hereby notified that any review, dissemination, distribution
or copying of this message is strictly prohibited. This communication is for
information purposes only and should not be regarded as an offer to sell or as
a solicitation of an offer to buy any financial product, an official
confirmation of any transaction, or as an official statement of Aurora Loan
Services. Email transmission cannot be guaranteed to be secure or error-free.
Therefore, we do not represent that this information is complete or accurate
and it should not be relied upon as such. All information is subject to change
without notice.
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email