WSDL/WADL for REST API's

Hi All,

We are working in 9.0 on REST interfaces.
For SOAP webServices we are following WSDL first approach, ie If i import the WSDL I get the document structures and provider services created in WM.
Is there way we can simulate this for REST API’s? Like WSDL first approach

As far as i know

  • REST can be exposed through WADL and WSDL 2.0

  • webMethods doesnt contains import options for both the above.

  • Swagger files will be supported only as a part of v 9.8

The only choice i can think of now is to go by creating a REST resource in designer and let the consumer invoke it through http.
Any suggestions ?

Thanks,
Ragav J

Your approach is correct, please go ahead and implement.

Thanks,

Thanks a lot MR as173d for quick reply