Forum Discussion
HKosova
Alumni
6 years agoOpenAPI Specification and Swagger tools are for REST APIs only. SOAP APIs are not supported.
Priyanka11
6 years agoNew Contributor
Thanks Helen for your reply.I know it works best for rest api.but I have also got to know that there are some swagger components which you can install to generate the documents if it is not in rest api like if you are using spring boot you acn install swagger-jersey2-jaxrs.So,just wanted to know if we have similar component supported for simple java or not.
- HKosova6 years ago
Alumni
Check out the Java libraries listed here:
https://swagger.io/tools/open-source/open-source-integrations/#java
Maybe one of them does what you need.