08 Dec, 2009
Authorize.net CIM Error Responce E00003 “Enumeration constraint failed”
Posted by: john In: programing| web
I could not figure out why I kept on getting the following error being returned :
< ?xml version="1.0" encoding="utf-8"? >Error E00003The 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:validationMode' element is invalid - The value '' is invalid according to its datatype 'AnetApi/xml/v1/schema/AnetApiSchema.xsd:validationModeEnum' - The Enumeration constraint failed.
This error is caused by the field validationMode being empty.
Spent half a day trying to figure this out so hopefully this save someone else some time.
Similar Posts:
- Line Rider iRide for iPhone & iPod Touch Review
- Javascript Close Popup and Refresh or Redirect Parent Window with OnLoad (Solution)
- Display Last.fm’s Recent Tracks on Web Site with PHP Function
- Does Bellsouth know My Twin Brother?
- Slashdot Quote of the Day
No related posts.
Tags: how-to

February 17th, 2010 @ 5:28 pm
Greetings,
The “validationMode” child element accepts enumeration values of “oldLiveMode” (soon to be depreciated) “liveMode” and “testMode” only.
The XML output indicates a null or empty value set for “validationMode”. Please update this value to one of the 3 options.
Thank You!