Does anyone know why I am getting the result below? <?php require_once('webservice.php'); $PerlPackageDatabase = WebService::ServiceProxy( "http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL") ; $res = $PerlPackageDatabase->readPackageAbstract("SOAP-Lite"); print_r($res); ?> I GET THIS RESULT: soap_fault Object ( [error_message_prefix] => [mode] => 1 [level] => 1024 [code] => WSDL [message] => no operation readpackageabstract in wsdl [userinfo] => http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL [backtrace] => Array ( [0] => Array ( [file] => c:\inetpub\wwwroot\usr\local\global\php\online\SOAP\Fault.php [line] => 60 [function] => pear_error [class] => pear_error [type] => :: [args] => Array ( [0] => no operation readpackageabstract in wsdl [1] => WSDL [2] => 1 [3] => 1024 [4] => http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL ) ) [1] => Array ( [file] => C:\Inetpub\wwwroot\usr\local\lib\php\Pear.php [line] => 538 [function] => soap_fault [class] => soap_fault [type] => -> [args] => Array ( [0] => no operation readpackageabstract in wsdl [1] => WSDL [2] => 1 [3] => 1024 [4] => Array ( [actor] => [detail] => http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL ) ) ) [2] => Array ( [file] => c:\inetpub\wwwroot\usr\local\global\php\online\SOAP\Base.php [line] => 118 [function] => raiseerror [class] => soap_wsdl [type] => -> [args] => Array ( [0] => no operation readpackageabstract in wsdl [1] => WSDL [2] => [3] => [4] => Array ( [actor] => [detail] => http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL ) [5] => SOAP_Fault [6] => ) ) [3] => Array ( [file] => c:\inetpub\wwwroot\usr\local\global\php\online\SOAP\WSDL.php [line] => 98 [function] => raisesoapfault [class] => soap_wsdl [type] => -> [args] => Array ( [0] => no operation readpackageabstract in wsdl [1] => http://test.xtravelsystem.com/public/v1_0rc1/commonsHandler?WSDL ) ) [4] => Array ( [file] => c:\inetpub\wwwroot\usr\local\global\php\online\SOAP\Client.php [line] => 153 [function] => getportname [class] => soap_wsdl [type] => -> [args] => Array ( [0] => readpackageabstract ) ) [5] => Array ( [file] => c:\inetpub\wwwroot\usr\local\global\php\online\SOAP\Client.php [line] => 311 [function] => call -- Diana Castillo -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php