function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Raghu Sanivarapu 16Raghu Sanivarapu 16 

How to generate a WADL file for Apex Rest webservice

Hi,

Is there a way we can generate a WADL file or an Apex Rest webservice that we can share with the client ?

Thank you,
Raghu
VinayVinay (Salesforce Developers) 
Check below reference.

https://developer.salesforce.com/forums/?id=9060G000000I2foQAC

Thanks,
Siva Poreddy 11Siva Poreddy 11
@Raghu Sanivarapu 16

Create Apex class (should be global & webservice) with your logic.

User-added image

Once Apex created, flow the underneath steps.

Goto Setup -> Apex Class -> Select the class -> Slect Generate WSDL.

User-added image



Regards,
Raghu Sanivarapu 16Raghu Sanivarapu 16
Thank you Vinay and Siva Poreddy 11 for the response.
I am looking for Rest service WADL file, The references I see from both are related to SOAP  Service WSDL file. 
 
SantoshMohantySantoshMohanty

@Raghu Sanivarapu 16 

did you find a way to generate WADL file ?