2008-05-12 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 suspect it is actually modifying the wsdl you gave it, not generating
from scratch.


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

I don't think you can--certain portions of the WSDL, in particular the
soap:address URIs in the wsdl:service section, will be updated by the
CXF servlet based on external information you provide to it (See Note #3
here[1])  Metro does the same.  I think this rule is part of the JAX-WS
specification.

Glen

[1] http://www.jroller.com/gmazza/date/20080417#notes


> 
> Is there any configuration file that i can specifiy the wsdl location.
> 
> Help in this regard is greatly helpfull.
> 
> Thanks,
> naren

Reply via email to