nerdexam
Zend

200-530 · Question #77

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

The correct answer is A. $client = new SoapClient("weather.wsdl"). See the full explanation below for the reasoning.

Question

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

Options

  • A$client = new SoapClient("weather.wsdl");
  • B$client = new SoapClient;
  • D$client = new SoapClient(null, array());

How the community answered

(52 responses)
  • A
    73% (38)
  • B
    17% (9)
  • D
    10% (5)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice