Hello, i don't know much about CXF atm, but when you create endpoint in following way, than it seems that WSDL is the same one on classpath. In fact it's not the same, but it's loaded by xml parser and written back .. that's why it's possible that some attributes have different order etc. And before 2.1.1 CDATA section markers were missing.
<jaxws:endpoint id="endpoint-blabla" implementor="#beanId.of.implementation.of.port.interface" implementorClass= "generated.port.interface.full.class.name" address="/publish_uri" wsdlLocation="classpath:mywsdl.wsdl" serviceName="serNs:myService" xmlns:serNs="http://namespace.my.org/services/test" > regards jano heyhero <[EMAIL PROTECTED]> 05/12/2008 15:16 Bitte antworten an [EMAIL PROTECTED] An issues@cxf.apache.org Kopie Thema [jira] WSDL Generation for Client [Virus checked] 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.