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
For a deeper look into our DataScope Select SOAP API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials
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
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
Hello @shihong.ding,
The REST API access point is at
https://hosted.datascopeapi.reuters.com/RestApi/v1
But this is just a part of the migrating to REST, would like to suggest to review
the quickstart and tutorials and examples that we have on the portal, that will allow you to get up to speed quickly and easily.
Hope this helps,
-Zoya
Hi @Zoya,
Thank you for looking into my question, our app is written in Java, we use SOAP WSDL URL to generate the all the binaries *.class, see the attached screenshot , that's why I'm asking for REST API WSDL url, Do you know how can I generate *.class for REST API?
Thanks
Shihong