Developer Q&A

Ask a Question
Back to All

9X Service testing Credentials

HI, We are trying to connect to 9X service with the C# sample 9x.WebServices.Examples.
We are using the credentials below but failing to connect.
can you provide test credentials for the service?

_url = "http://v90ga.qa.corrigo.com/wsdk/CorrigoService.asmx";
_company = "OVCP_Test";
_userName = "FeederQa";
_password = "1234";