PHOTO GALLERY OF OUR CHURCH EVENTS AND SERVICES 
'.$soapclient->request.'
'; echo 'Response: 
'.$soapclient->response.'
'; echo 'Debug log:
'.$soapclient->debug_str.'
'; echo $results['faultstring']; } /* load NuSOAP library */ require_once('./nusoap/nusoap.php'); /* create new soap client */ $soapclient = new soapclient('http://www.biblegateway.com/usage/votd/'); /* set parameter values */ $parameters= array('preferences'=>array('version_id'=>'31', 'utc_offset'=>'-5'), 'options'=>array('include-copyright'=>'both') ) ); /* call service and get verse of the day */ $results = $soapclient->call('doGetVotd',$parameters); /* display verse of the day */ if($err = $soapclient->getError()){ showErrors($soapclient, $results); } else { print $results; } ?>
 
CHILDREN'S WORSHIP SERVICE