Briefing Zend Knowledge

Which of the following are valid SoapClient calls?

Which of the following are valid SoapClient calls? (Choose 2)

A.
$client = newSoapClient(“weather.wsdl”);

B.
$client = newSoapClient;

C.
$client = newSoapClient(null, array(“location” =>
“http://example.com/weather”, “uri” => “http://test-uri.com/”));

D.
$client = newSoapClient(null, array());