Developer Q&A
GetCompanyWsdkUrlResult giving bad company name error
over 6 years ago by Joe Pappas
I am using node to connect to the URL Discovery WSDL, which I will then use the GetCompanyWsdkUrl method to get my correct API url.
Here is the result of my request:
{ GetCompanyWsdkUrlResult:
{ attributes: { 'xsi:type': 'GetCompanyWsdkUrlResult' },
ErrorInfo:
{ Number: '1021',
Description: 'Invalid Company Name.',
Type: 'Corrigo.Web.Services.CorrigoService.Helpers.CorrigoServiceException' },
Url: '',
Protocol: 'HTTP' }
}
I have used the company name displayed in my profile in my settings and the domain name from the url of my workspace, and neither have worked.
Is there a different company name I should be using?