| Author |
How to Produce a WSDL file when using JAXWS Approach .
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
When i develop a java based web Service using JaxWS Annotations , and deploy the
Application on Sun One Application Server , it automatically creates a WSDL file
But now the Problem is that i am using another server Weblogic 11 RI .
This weblogic is not creating any wsdl file .
please tell me how to produce an wsdl file in this case ??
Share your views and ideas .
Thanks in advance .
|
Save India From Corruption - Anna Hazare.
|
 |
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
The wsgen tool (http://java.sun.com/webservices/docs/2.0/jaxws/wsgen.html) is the tool in JAX-WS to generate artifacts like a WSDL from an annotated endpoint implementation class.
However, I do not know anything about the web service stack in Weblogic, so you should consult the documentation.
Note that, if you are using a JAX-WS compatible web service stack and want to use a pre-generated WSDL, you should add the wsdlLocation attribute to the @WebService annotation.
Best wishes!
|
 |
Dan Drillich
Ranch Hand
Joined: Jul 09, 2001
Posts: 1123
|
|
Weblogic 8.1 WSDL 2 Java is somehow related.
Regards,
Dan
|
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
|
 |
 |
|
|
subject: How to Produce a WSDL file when using JAXWS Approach .
|
|
|