Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Component/s: wsdl2java
-
Labels:None
-
Environment:Windows XP
-
Number of attachments :
Description
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>axistools-maven-plugin</artifactId>
<version>1.3</version>
<configuration>
<sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory>
<typeMappingVersion>1.2</typeMappingVersion>
<wrapArrays>false</wrapArrays>
<verbose>true</verbose>
<debug>true</debug>
</configuration>
<executions>
<execution>
<id>WEETicketImportRma</id>
<configuration>
<wsdlFiles>
<wsdlFile>WEETicketImportRma.wsdl</wsdlFile>
</wsdlFiles>
<mapping file="WEETicketImportRma_mapping.xml"/>
</configuration>
<goals>
<goal>wsdl2java</goal>
</goals>
</execution>
</executions>
</plugin>
This is my configuration of the plugin. IF you give the path of the wsdl wrong it say the wsdl is not listed it should give proper error message that the WSDL file is not found.
Activity
Dennis Lundberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Description |
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>axistools-maven-plugin</artifactId> <version>1.3</version> <configuration> <sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory> <typeMappingVersion>1.2</typeMappingVersion> <wrapArrays>false</wrapArrays> <verbose>true</verbose> <debug>true</debug> </configuration> <executions> <execution> <id>WEETicketImportRma</id> <configuration> <wsdlFiles> <wsdlFile>WEETicketImportRma.wsdl</wsdlFile> </wsdlFiles> <mapping file="WEETicketImportRma_mapping.xml"/> </configuration> <goals> <goal>wsdl2java</goal> </goals> </execution> </executions> </plugin> This is my configuration of the plugin. IF you give the path of the wsdl wrong it say the wsdl is not listed it should give proper error message that the WSDL file is not found. |
{code:xml}
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>axistools-maven-plugin</artifactId> <version>1.3</version> <configuration> <sourceDirectory>wsdl/dk/bec/webservice/eticketimport</sourceDirectory> <typeMappingVersion>1.2</typeMappingVersion> <wrapArrays>false</wrapArrays> <verbose>true</verbose> <debug>true</debug> </configuration> <executions> <execution> <id>WEETicketImportRma</id> <configuration> <wsdlFiles> <wsdlFile>WEETicketImportRma.wsdl</wsdlFile> </wsdlFiles> <mapping file="WEETicketImportRma_mapping.xml"/> </configuration> <goals> <goal>wsdl2java</goal> </goals> </execution> </executions> </plugin> {code} This is my configuration of the plugin. IF you give the path of the wsdl wrong it say the wsdl is not listed it should give proper error message that the WSDL file is not found. |
| Component/s | wsdl2java [ 14500 ] |