Hi,
While integrating with the payment gateway over the CIM API for the createCustomerProfileTransaction, we are getting the following error:
Caused by: org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden
at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:311)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:200)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
The requests were working correctly previously and this error started suddenly.
Could you please help in resolving this?
Thanks,
Meenal.
08-26-2014 05:10 AM
which url are you trying?
08-26-2014 05:17 AM
Hi,
We are sending request on below URL :
https://apitest.authorize.net/soap/v1/Service.asmx
Thanks,
Meenal.
08-26-2014 05:18 AM
Look fine to me, are you getting that if you open that in a web browser too?
08-26-2014 05:19 AM
Nops, no exception while opening it in the browser.
Initially, the requests were working fine, but this error comes suddenly.
08-26-2014 05:21 AM
If there isn't error on a browser, check your request url and data on your code
And, are you running that on a server or your computer?
08-26-2014 05:26 AM
We are running it on the server.
The same URL and data was working earlier with no issues.
Thanks,
Meenal.
08-26-2014 05:28 AM
I just try auth_capture, and it work fine.
https://apitest.authorize.net/soap/v1/Service.asmx
It either your server or your code. Can you open the link on your server web browser?
08-26-2014 05:37 AM
Yup, I can open the link on the web browser.
08-26-2014 05:38 AM
google "org.apache.axis2.AxisFault: Transport error: 403 Error: Forbidden"
and there is a few hit, look like an issue with axis2 not authorize.net
08-26-2014 05:47 AM