Hi,
U have to change the URL to the following                     

        <url>file:///C:/somefolder/src/main/swdl/somewsdl.wsdl</url>

Hope this helps,
Regard's
Murugan


-----Original Message-----
From: Vidya Mahavadi [mailto:[EMAIL PROTECTED] 
Sent: Friday, May 18, 2007 4:11 PM
To: users@maven.apache.org
Subject: axistools-maven-plugin

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.h
tml

**********************************************************************
This message contains confidential information intended only for the use of the 
addressee(s) named above and may contain information that is legally 
privileged.  If you are not the addressee, or the person responsible for 
delivering it to the addressee, you are hereby notified that reading, 
disseminating, distributing or copying this message is strictly prohibited.  If 
you have received this message by mistake, please immediately notify us by 
replying to the message and delete the original message immediately thereafter.

Thank you.

                                   FADLD Tag
**********************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to