cancel
Showing results for 
Search instead for 
Did you mean: 

Java ARB Sandbox 400 Invalid URL error

Getting this response when I try to post a cancel using the JAVA ARB API in the Sanbox but it works fine production....

 

<HTML><HEAD>
<TITLE>Invalid URL</TITLE>
</HEAD><BODY>
<H1>Invalid URL</H1>
The requested URL "&#47;xml&#47;v1&#47;request&#46;api", is invalid.<p>
Reference&#32;&#35;9&#46;26f7f648&#46;1430961437&#46;1721bea6
</BODY></HTML>

 

 

 

End point is: https://apitest.authorize.net/xml/v1/request.api

 

Request is:

 

<?xml version="1.0"?>
<ARBCancelSubscriptionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>xxxx</name>
<transactionKey>xxxx</transactionKey>
</merchantAuthentication>
<subscriptionId>2399775</subscriptionId>
</ARBCancelSubscriptionRequest>

 

 

Could this be related to the SSL key upgrade? 

hiddenlevers1
Member
11 REPLIES 11

I get 

 

code: "E00003",

text: "Root element is missing."

 

when trying to use the sandbox api url, https://apitest.authorize.net/xml/v1/request.api

Hi,

 

Was there any resolution for this issue? Seems we're also getting the same error.

 

thx

edubrite007
Member