I am trying to access the sandbox using https://apitest.authorize.net/soap/v1/Service.asmx.
When I access it from a web browser window the interface seems to work.
However when I try to access it from inside Visual Studio as a service reference, or using Microsoft WCFTestClient tool, I alway get a 403: Forbidden status.
The production api https://api2.authorize.net/soap/v1/Service.asmx seems to work from all the interfaces including the browser, visual studio and wcftest client.
Does anyone know what the issue might be accesing the testapi from visual studio?
Thanks,
Joel
Solved! Go to Solution.
03-30-2016 01:34 PM
Seems to work for me too. Thanks.
04-01-2016 08:06 AM
@jmazo Are you able to capture all the HTTP data being returned, including headers and body?
Specifically, there should be a Reference # given after the HTTP error, which we could use to troubleshoot the issue.
If you can't acquire that, the HTTP headers and a timestamp for the request(s) would be helpful. But the Reference # would be of most help.
03-30-2016 03:54 PM
03-31-2016 05:52 AM
Hello @jmazo
Have you tried this url: https://apitest.authorize.net/soap/v1/Service.asmx?wsdl
Richard
03-31-2016 07:10 PM
That seem to work. Learn something new, never have to put ?wsdl in before.
04-01-2016 07:57 AM
Seems to work for me too. Thanks.
04-01-2016 08:06 AM