Hi,

I am using axistools-maven-plugin to create stub jar files using .wsdl 
files. Here is the plugin config from my pom. Plugin does not create the 
stubs with urls mentioned in the configuration, it only  creates them if I 
copy the wsdl files to \src\main\swdl folder. Can anyone please tell me, 
if I am missing anything in the configuration?

          <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>axistools-maven-plugin</artifactId>
              <configuration>
                 <urls>
 <url>http://samwise:8080/TTCWebServices/XSLTTransform?WSDL</url>
 <url>http://samwise:8080/dealamendments-2/AmendmentsBean?WSDL</url>
                 </urls>
                 <packageSpace>za.co.rmb.wsdl</packageSpace>
                 <testCases>true</testCases>
                 <serverSide>true</serverSide>
                 <subPackageByFileName>true</subPackageByFileName>
              </configuration>

            <executions>
                <execution>
                    <goals>
                        <goal>wsdl2java</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>

Regards,
Vidya
This e-mail is subject to a disclaimer, available at
http://www.rmb.co.za/web/elements.nsf/online/disclaimer-communications.html

Reply via email to