liquifusion / icrm-sdk

ColdFusion wrapper for the Infusionsoft CRM API
Other
6 stars 6 forks source link

Error: [InvalidConfig]Invalid Configuration: for help setting up your API, please contact Support ( ext. 2) (empty) #5

Closed chrisdpeters closed 11 years ago

chrisdpeters commented 11 years ago

We are currently exploring why this error started happening today:

[InvalidConfig]Invalid Configuration: for help setting up your API, please contact Support ( ext. 2) (empty)

In our tests, it appears that the correct XML is being sent to the Infusionsoft API, but we are getting this response back:

<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
  <fault>
    <value>
      <struct>
        <member>
          <name>faultCode</name>
          <value>
            <i4>1</i4>
          </value>
        </member>
        <member>
          <name>faultString</name>
          <value>[InvalidConfig]Invalid Configuration: for help setting up your API, please contact Support ( ext. 2) (empty)</value>
        </member>
      </struct>
    </value>
  </fault>
</methodResponse>