dev@jax-ws.java.net

A question about using <goal>wsimport</goal>

From: thomas2004 <thomas2004ch_at_yahoo.de>
Date: Mon, 17 Nov 2008 06:10:08 -0800 (PST)

Hi all,

I use the following codes in my "pom.xml" to create the java files:

*******
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jaxws-maven-plugin</artifactId>
                                <executions>
                                        <execution>
                                                <goals>
                                                        <goal>wsimport</goal>
                                                </goals>
                                                <configuration>
                                                        <wsdlUrls>
                                                        
<wsdlUrl>http://localhost:8080/mq-monitoring-ws/mqmonitoringws?wsdl</wsdlUrl>
                                                        </wsdlUrls>
                                                        <packageName>de.proactiv.mq.monitoring.stub</packageName>
                                                </configuration>
                                        </execution>
                                </executions>
                        </plugin>
****

The disadvantage of this usage is: the web service must be running. Is it
possible instead using the <wsdlUrl/> but using the .wsdl file?


-- 
View this message in context: http://www.nabble.com/A-question-about-using-%3Cgoal%3Ewsimport%3C-goal%3E-tp20540087p20540087.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.