cancel
Showing results for 
Search instead for 
Did you mean: 

ARB Subscription Error

I am trying to code one of our coldfusion websites to create an ARB subscription. When I post the request I get the following error message. Can you give me some direction on what I'm missing? I'd be glad to include my code if it will help.

 

Thanks,

Pete

 

 

<?xml version="1.0" encoding="UTF-8" ?>
- <ErrorResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <messages>
<resultCode>Error</resultCode>
- <message>
<code>E00002</code>
<text>The content-type specified is not supported.</text>
</message>
</messages>
</ErrorResponse>
pg1Farrell
Member
1 REPLY 1

In the ARB guide found in http://developer.authorize.net/api/arb/

 

E00002

The content-type specified is not supported.

The only supported content-types are text/xml and application/xml

RaynorC1emen7
Expert