Skip to content

Instantly share code, notes, and snippets.

@EdwardIII
Created March 29, 2011 14:23
Show Gist options
  • Save EdwardIII/892439 to your computer and use it in GitHub Desktop.
Save EdwardIII/892439 to your computer and use it in GitHub Desktop.
$proxy = new SoapClient($mage_url);
try {$session_id = $proxy->login($apiUser, $apiKey);}
$proxy->call($session_id, 'category.tree');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment