Assuming you are using JAX-WS, you can put the wsdlLocation in the wsdlLocation attribute of the @WebService annotation. That's the standard JAX-WS way of doing that.

Alternatively, you would need to use configuration and/or the service factories. That would completely depend on your deployment model and way you are configuring spring, etc... For example, if using jaxws:endpoint in the spring configuration has a wsdlLocation attribute on it that can be used.


Dan


On May 12, 2008, at 9:16 AM, heyhero wrote:


Hi,

As i have created the Server implementation classes with the help of
wsdl2java tool.

Where i can specify that the end user or client should take the WSDL
generated by me. Currently CXF is generating the wsdl for me.

I do not want this. I want the wsdl, that i have created to be shown to the
clients. How can i do this.

Is there any configuration file that i can specifiy the wsdl location.

Help in this regard is greatly helpfull.

Thanks,
naren
--
View this message in context: 
http://www.nabble.com/WSDL-Generation-for-Client-tp17187326p17187326.html
Sent from the cxf-issues mailing list archive at Nabble.com.


---
Daniel Kulp
[EMAIL PROTECTED]
http://www.dankulp.com/blog




Reply via email to