Developer Q&A

Ask a Question
Back to All

LogInStatus error

Using SOAPUI I have been trying to hit the service at http://am-apilocator.corrigo.com/wsdk/CorrigoService.asmx, and while I have been able to login successfully using the LogInCompany function, whenever I call the LogInStatus function, the following response is always returned:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>



1
Invalid login credentials
INVALID_LOGIN

0
0
false


</soap:Body>
</soap:Envelope>

It is my understanding that this shouldn’t be the case after a successful login. Is there any reason why this call would not be working?

I've also been trying to use the http://am-ce92a.corrigo.com/wsdk/CorrigoService.asmx?wsdl url, as that is what is returned from the GetCompanyWsdkUrl call, however trying to login from that URL times out and does not give a response. Is there a reason for this?

Thanks for any help you can give.