Forums

Web Interface with Fellowship One

Last post 11-05-2006, 11:55 PM by Tara. 2 replies.
Sort Posts: Previous Next

     09-07-2006, 1:23 PM 134

    Web Interface with Fellowship One

    We manage a website, that has a program in it, that collects registration data for our vacation bible school. To date, it is written to interface into our Oracle database. When we move to Fellowship One, will we be able to interface the website to FOne, so that the data can be uploaded? Or, will we have to go through Weblink?

     09-07-2006, 2:13 PM 136 in reply to 134

    Re: Web Interface with Fellowship One

    Hi,

     You should just be able to access the database (Access, Oracle, MySQL,etc) with an xml file.  The code below is a basic retrieval of Check In.  Here is the code example:

    <?xml version="1.0" encoding="UTF-8"?>
    <tns:dataRequest xmlns:tns="GetIndividualCollection">
    <authenticateHeader>
      <churchCode>ENCRYPTED CHURCH CODE</churchCode>
      <user>USER NAME</user>
      <password>PASSWORD</password>
      <method>GetIndividualCollection</method>
      <version>2.0</version>
      <methodGroup>People</methodGroup>
    </authenticateHeader>
    <parameters>
         <configuration>
           <page>1</page>
           <numberOfRecords>50</numberOfRecords>
        </configuration>
        <status>New Checkin</status>
    </parameters>
    </tns:dataRequest>

    -Kevin

     11-05-2006, 11:55 PM 627 in reply to 134

    Re: Web Interface with Fellowship One

    Hi Croys,

    I'm sort of late seeing this post, but wanted to respond to it anyway. You can certainly still use your current web site and Oracle database; however, Fellowship One WebLink includes a robust Form Builder tool that can create a custom form for your VBS registrations. The huge benefit of this is that the form can be directly connected to your VBS activity, which means that everytime a child registers, he/she gets an assignment. Assignments help you create rosters, form letters, and mailing labes; check kids into VBS through Fellowship One Check-in, or post manual attendance after the event; and most importantly, provide you with up-to-date communication information for the family (gathered through the registration process).

    That being said, if it's not feasible to move to WebLink, you may use the application program interface (API) Data Exchange to push the children's information into Fellowship One from your Oracle database. As user Kevinito showed in his post, all data exchange calls are XML based and can be uploaded manually through the Admin tab or programmatically using any language that allows you to push a string of text across HTTP (C#, Perl, PHP, etc.).

    God bless!

    Tara Coulson

    Fellowship Technologies Education Services


    Tara Coulson
    Learning Specialist
    Fellowship Technologies
View as RSS news feed in XML