software | projects | photos | archive | about | contact | subscribe  RSS
Below is some example source code for how to use this web service:
<?php
require_once('nusoap.php');
$soapclient = new soapclient('http://www.gnpcb.org/esv/share/soap/?wsdl', true);
$params = array(
  'key' => 'TEST',
  'options' => array(
    'output-format' => 'plain-text',
    'include-short-copyright' => false,
    'include-passage-horizontal-lines' => false,
    'include-section-horizontal-lines' => false,
    'include-verse-numbers' => false,
    ),
  );
print $soapclient->call('getDailyVerse', $params);
?>
 ESV Bible web service
The homepage for this web service is here.
 Web service in action
Ephesians 1:3 Blessed be the God and Father of our Lord Jesus Christ, who has blessed us in Christ with every spiritual blessing in the heavenly places....