1)
Could you please confirm the location of the SOAP WSDL file after this DNS change?
The previous location was
selectapi.datascope.refinitiv.com/datascopeapi/v1/extractionservice.asmx?wsdl
so I assumed that the new one would be
selectapi.datascope.lseg.com/datascopeapi/v1/extractionservice.asmx?wsdl
But this new WSDL file still refers to refinitiv.com in two places:
<!-- SERVICE -->
<wsdl:service name="ExtractionService"><wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Provides operations that support extractions.</wsdl:documentation>
<wsdl:port name="ExtractionService" binding="tns:ExtractionService">
<soap:address location="https://selectintapi.datascope.refinitiv.com/DataScopeApi/v1/ExtractionService.asmx"/>
</wsdl:port>
<wsdl:port name="ExtractionService1" binding="tns:ExtractionService1">
<soap12:address location="https://selectintapi.datascope.refinitiv.com/DataScopeApi/v1/ExtractionService.asmx"/>
</wsdl:port>
</wsdl:service>
Is this intentional?
2)
Also, the current version of the DSS .NET SDK is 19.1 https://developers.lseg.com/en/api-catalog/datascope-select/datascope-select-rest-api/download
This version was updated on 2025-12-26. Does it contain the new DNS changes?