Example #1
0
 public function testSoap()
 {
     $client = new SoapClient('http://soapclient.com/xml/soapresponder.wsdl', array('trace' => 1, 'exceptions' => 1, 'connection_timeout' => 10));
     //print_r($client->__getFunctions());
     return $client->Method1('x12qaq', 'c56tf3');
 }