Re: [jira] WSDL Generation for Client

2008-05-13 Thread Glen Mazza
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 modif

Re: [jira] WSDL Generation for Client

2008-05-12 Thread Daniel Kulp
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

Antwort: [jira] WSDL Generation for Client [Virus checked]

2008-05-12 Thread jan . minaroviech
different order etc. And before 2.1.1 CDATA section markers were missing. 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] WSD

[jira] WSDL Generation for Client

2008-05-12 Thread heyhero
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 t