Search
Page 1 of 1 (6 items)
-
Our API completely stopped working... its rejecting our login info. We noticed the main method login screen has changed, but the login method through the API isnt working now. We're passing
MethodAPITableListV2?strCompanyAccount=$company&strLogin=$login&strPassword=$password&strSessionID=
Is there something we ...
-
In case anyone else needs a working PHP example, this was the easiest way I found and it works just fine:
$company = 'XXXX';
$login = 'XXXX';
$password = 'XXXX';
$method = ...
-
Did anyone solve this? I assume someone got it working in PHP since 2013?? Im getting the same error... Failure. The API could not validate your log in.
-
I was able to get a SOAPClient working with php, but its coming back with this error:
[MethodAPITableListResult] => Failure. The API could not validate your log in. Please make sure you have entered the correct Company Account, User and Password, and that each are spelt correctly. Also, ensure that this User has been configured for Method ...
-
I realize this is the wrong way of accessing the api, so this post can be deleted
-
When I go to the URL https://www.methodintegration.com/MethodAPI/service.asmx?wsdl&strCompanyAccount=XXXXXX&strLogin=XXXXX&strPassword=XXXXX it just returns with an XML listing of all the different api calls and fields. It doesnt return back with success and it doesnt return back with a list of table names. In fact, the screen ...
Page 1 of 1 (6 items)
|
|
|