Skip to content

Instantly share code, notes, and snippets.

@sugarknowledge
Created June 28, 2012 20:54
Show Gist options
  • Select an option

  • Save sugarknowledge/3013847 to your computer and use it in GitHub Desktop.

Select an option

Save sugarknowledge/3013847 to your computer and use it in GitHub Desktop.
Example of setting up NuSOAP
<?php
//require NuSOAP
require_once("./lib/nusoap.php");
//retrieve WSDL
$client = new nusoap_client("http://{site_url}/service/v4/soap.php?wsdl", 'wsdl');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment