On 4 May 2010 12:51, Christian Gilman <gille08@googlemail.com> wrote: > Thanks for your help. > > You can test some functions with: user => Christian , password => Christian > > I created the wsdl file manually but it validates. I also tried the eclipse tool to add an operation to the wsdl file but it creates the same file as i did. > <?php require_once './WebService.php'; $o_WS = new WebService(); try { // Returns bool(true); var_dump($o_WS->checkUsername('Christian', 'Christian')); // All throw a Soap Fault exception saying that the "Procedure 'xxx' not present" // var_dump($o_WS->getRatio('Christian', 'Christian')); // var_dump($o_WS->getMaxRatio()); // var_dump($o_WS->getMinRatio()); // var_dump($o_WS->getTopTen()); // var_dump($o_WS->getInformation('Christian', 'Christian')); // var_dump($o_WS->getGeneralInformation()); } catch(Exception $e) { var_dump($e); } -- ----- Richard Quadling "Standing on the shoulders of some very clever giants!" EE : http://www.experts-exchange.com/M_248814.html EE4Free : http://www.experts-exchange.com/becomeAnExpert.jsp Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731 ZOPA : http://uk.zopa.com/member/RQuadling -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php