SOAP_1_2,'trace' => TRUE,'exceptions' => FALSE)); try { $response = $soap->say(11, 33); print_r($soap->__getFunctions()); print_r($soap->__getTypes()); } catch (SoapFault $sf) { var_dump($sf); print ($soap->__getLastRequest()); print ($soap->__getLastResponse()); } //echo $soap->index(11,33); ?>