[
http://jira.codehaus.org/browse/MAXISTOOLS-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dennis Lundberg moved MOJO-335 to MAXISTOOLS-11:
------------------------------------------------
Component/s: (was: axistools)
Key: MAXISTOOLS-11 (was: MOJO-335)
Project: Maven 2.x Axis Tools Plugin (was: Mojo)
> don't assume that wsdl URLs end in .wsdl
> ----------------------------------------
>
> Key: MAXISTOOLS-11
> URL: http://jira.codehaus.org/browse/MAXISTOOLS-11
> Project: Maven 2.x Axis Tools Plugin
> Issue Type: Bug
> Reporter: John Didion
> Assignee: Jesse McConnell
>
> The standard URL for an axis service is http://host/path?wsdl. The plugin
> transforms this into http---host-path-wsdl. This means the scanner totally
> skips over it since it's looking for .wsdl extensions. Add the following fix
> to DefaultWSDL2JavaPlugin (~line 336):
> {noformat}
> String safeFileName = createSafeFileName(urlStr);
> if (!safeFileName.endsWith(".wsdl")) {
> safeFileName += ".wsdl";
> }
> File localWsdl = new File( urlDownloadDirectory, safeFileName);
> {noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email