[ 
http://jira.codehaus.org/browse/MOJO-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_93927
 ] 

Christian commented on MOJO-592:
--------------------------------

I'm having the same problem.

where to get this snapshot?
when will it be released?

> wsdl2java doesn't generate java file if given wsdl URL doens't end with.wsdl
> ----------------------------------------------------------------------------
>
>                 Key: MOJO-592
>                 URL: http://jira.codehaus.org/browse/MOJO-592
>             Project: Mojo
>          Issue Type: Bug
>          Components: axistools
>         Environment: Windows 2000
>            Reporter: Dominique Jean-Prost
>
> 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