[ https://issues.apache.org/jira/browse/CXF-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ted Leung updated CXF-2174: --------------------------- Attachment: cxf_patch.txt The following is an alteration to both the ServletController and the WSDLToJava related classes to support the change. An extra parameter was added to the ServletController because the existing formatted=false parameter returned service endpoints and not their wsdl's. I didn't want to just append "?wsdl" to items on the list because then it would mess up and local file references. This way in theory it should support both the list provided by CXF's ServletController as well as a flat file as input. > WSDLToJava to support generating a list of wsdls all at once > ------------------------------------------------------------ > > Key: CXF-2174 > URL: https://issues.apache.org/jira/browse/CXF-2174 > Project: CXF > Issue Type: New Feature > Components: Tooling, Transports > Affects Versions: 2.2 > Reporter: Ted Leung > Attachments: cxf_patch.txt > > > Provide the ability for WSDLToJava to take as input a list of wsdl's instead > of just 1 wsdl. > The intent for this was to allow WSDLToJava to generate client stubs for all > the wsdl's / services on a given CXF server all at once instead of having to > run it each time for each service / wsdl. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.