dev@jax-ws.java.net

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

From: thomas2004 <thomas2004ch_at_yahoo.de>
Date: Mon, 17 Nov 2008 11:57:19 -0800 (PST)

Thanks.

I can build the project now. But I have to do some manupulation after that.
For example I have to change the line code in a file as follow
former:

url = new URL(baseUrl,
"file:/C:/Project/TestJaxWsMultiProject/TestJaxWs-Client/src/wsdl/MyJaxWsImplService.wsdl");

after:

url = new URL(baseUrl,
"http://localhost:8080/TestJaxWs-Service/myJaxWs?wsdl");
 
-- 
View this message in context: http://www.nabble.com/A-question-about-using-%3Cgoal%3Ewsimport%3C-goal%3E-tp20540087p20546884.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.