[ 
http://jira.codehaus.org/browse/MAXISTOOLS-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=253491#action_253491
 ] 

Shane StClair commented on MAXISTOOLS-17:
-----------------------------------------

As far as I can tell, this was fixed for urls but not for wsdlFiles. E.g. this 
doesn't work

<wsdlFiles>
    <wsdlFile>WebService.xml</wsdlFile>
</wsdlFiles>

but this does:

<wsdlFiles>
    <wsdlFile>WebService.xml.wsdl</wsdlFile>
</wsdlFiles>

Not a huge deal since it's easy to put the .wsdl suffix on files, but confusing 
nonetheless...

> wsdl2java doesn't generate java file if given wsdl URL doens't end with.wsdl
> ----------------------------------------------------------------------------
>
>                 Key: MAXISTOOLS-17
>                 URL: http://jira.codehaus.org/browse/MAXISTOOLS-17
>             Project: Maven 2.x Axis Tools Plugin
>          Issue Type: Bug
>         Environment: Windows 2000
>            Reporter: Dominique Jean-Prost
>            Assignee: David J. M. Karlsen
>             Fix For: 1.1
>
>
> Hello,
> When using the following conf :
> <plugin>
>   <groupId>org.codehaus.mojo</groupId>
>   <artifactId>axistools-maven-plugin</artifactId>
>   <configuration>
>   <urls>
>     <url>http://vsorlaslan/foo/SessionServices.asmx?WSDL</url>
>   </urls>
>   <packageSpace>com.wsdl</packageSpace>
>   <verbose>true</verbose>
>   <allElements>true</allElements>
>   </configuration>
>   <executions>
>     <execution>
>     <goals>
>      <goal>wsdl2java</goal>
>     </goals>
>     </execution>
>   </executions>
>   </plugin>
> the downloaded wsdl is trandformed into the following file 
> http---vsorlaslan-foo-SessionServices.asmx-WSDL, which does not end with 
> .wsdl, which seems to be the mapping that gets searched.
> I then get a [INFO] Nothing to generate. All WSDL files are up to date. 
> although no java file gets generated

-- 
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


Reply via email to