3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mage_url = 'http://order.idrottssupport.se/api/?wsdl'; $mage_user = 'testAccount'; $mage_api_key = 'qweasdzxc'; $soap = new SoapClient( $mage_url ); $session_id = $soap->login( $mage_user, $mage_api_key ); echo $session_id; echo "\n"; $response = $soap->resources($session_id); echo json_encode($response); $resources = $soap->resources( $session_id ); $response = $soap->call($session_id, 'catalog_product.info', 15); echo implode("|",$response); ?>

preferences:
52.51 ms | 402 KiB | 5 Q