what is the WSDL URL for REST API?

shihong.ding
shihong.ding Newcomer

Hi,

We're using SOAP API now, plan to switch to REST API, for SOAP API , the WSDL url is:

https://hosted.datascopeapi.reuters.com/datascopeapi/v1/extractionservice.asmx?wsdl

what's the WSDL url for REST API?

Thanks

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Hi @shihong.ding,

    There is no WSDL for REST service.

    You could use .Net REST toolkit, that has classes, or any language that offers REST calls, there is a set of tutorials on this website for .Net, for Java and Postman collection of "naked" REST calls. All three sets of tutorials have multiple request examples.

    Additionally, on the REST API Help site there is a complete

    REST API Reference Tree

Answers