Forum Discussion

Priyanka11's avatar
Priyanka11
New Contributor
4 years ago

How can we use swagger to generate docs with wsdl files ?

Hi,

I am interested in knowing that if a swagger can be used for creating docs with wsdl files.

I have a code which is written in simple Java & it has soap api services.So,want to know if any swagger components can serve the purpose for documentation ?

3 Replies

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    OpenAPI Specification and Swagger tools are for REST APIs only. SOAP APIs are not supported.

    • Priyanka11's avatar
      Priyanka11
      New 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.