How to convert YAML to WADL

2.7k Views Asked by At

I have a YAML file I have created using swagger. I want to use use this in Jdeveloper to create a Service Bus component. However, JDeveloper takes only WADL file as input, I want to convert my YAML file into a WADL. Is there any simple way to do that?

1

There are 1 best solutions below

0
Balmaria On

Your question is totally valid. JDeveloper/SOA Suite only supports WADL format. Trying to import Swagger YAML will not work (at least in the current 12.2.1.4). You can perform the conversion from Swagger WADL or JSON using SOAP-UI. Create first SOAP UI project, import Swagger JSON or YAML. Once done you can click on the "WADL Content" -tab on the project window. Save this WADL to a file and import to your JDeveloper project.