Thanks for the reply.

Yes.. I presume I could do that. But I would like to download the wsdl 
file which is sitting in a different server. I just have a URL of that 
file.

Regards,
Vidya





"Murugan, Vellaichamy" <[EMAIL PROTECTED]> 
18/05/2007 12:48
Please respond to
"Maven Users List" <users@maven.apache.org>


To
"Maven Users List" <users@maven.apache.org>
cc

Subject
RE: axistools-maven-plugin






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]



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