Re: Reg: REST API documentation for cxf-2.4.6 version

2022-10-25 Thread Andriy Redko
Hello Tanuja, Yes, you could use WADL [1], if you would like to auto-generate WADL, please check [2]. Thank you.   [1]  https://cxf.apache.org/docs/jaxrs-services-description.html#JAXRSServicesDescription-WADL   [2]  https://cxf.apache.org/docs/jaxrs-services-description.html#JAXRSServicesDescrip

Re: Reg: REST API documentation for cxf-2.4.6 version

2022-10-25 Thread Tanuja S
Thank you for your response, Andriy. This is an existing application and I am bound by certain limitations which include not being able to upgrade to any newer version. This is a POC that I am trying to develop on my own and not a requirement from the higher ups. Yet, giving my best shot. How abo

Re: Reg: REST API documentation for cxf-2.4.6 version

2022-10-23 Thread Andriy Redko
Hello Tanuja, The SwaggerFeature was introduced in Apache CXF 3.0 [1], but as far as I understand, you are trying to use Apache CXF 2.4.6 and pulling the cxf-rt-rs-service-description-3.0.0.jar with it. If that is the case, it is not going to work out. The recommendation would be to update to on