$s, 'uri' => 'http://test/')); //function c_soapclient( $s ) { //$this->soapclient( $s ); // $this->client = new SoapClient(null, array('location' => $s, 'uri' => 'http://test/')); } function check_fault( ) { if($this->fault) { die("Error: " . $this->faultactor . "\n"); } return true; } } ?>