Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Installation

Daniel Hazelbaker edited this page Mar 22, 2015 · 1 revision

Installation

  • Download the latest binary from the Files tab and extract archive.
  • Move the Arena.Custom.HDC.WebService.dll into your ~\Arena\bin folder.
  • Move the api.ashx file into your ~\Arena folder.
  • Set Organization Settings
  • Set ApiEnabled to true
  • Make sure ApiEnforcePersonFieldSecurity is set to true if you want your API secure.
  • Starting with Arena 2011.1.200 you should no longer need to set ApiUrl and should now be able to leave it blank.
  • Test the interface
  • Navigate to http://yourchurch.com/Arena/api.ashx/help, you should see the standard Arena API help screen.
  • Next navigate to http://yourchurch.com/Arena/api.ashx/info, you should receive a text dump of all the registered API commands that are available.

Clone this wiki locally