Hi
I'm trying to test the new token authentication mechanism via PHP/SOAP.
We're doing something like this:
But the API returns this:
We're probably giving the wrong arguments is my guess - but couldn't find any documentation about this.
I'm trying to test the new token authentication mechanism via PHP/SOAP.
We're doing something like this:
- Code:
$tokenResponse = $this->economicAPI->ConnectWithToken(array("token"=>"token string here"))->ConnectWithTokenResponse;
But the API returns this:
Economic.Api.Exceptions.AuthenticationException(E02250): cannot connect without token (id=1263521049)
We're probably giving the wrong arguments is my guess - but couldn't find any documentation about this.
Statistics: Posted by sfr — Wed Jan 02, 2013 4:17 pm — Replies 3 — Views 110