nerdexam
National_Instruments

200-500 · Question #62

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

(26 responses)
  • A
    81% (21)
  • B
    15% (4)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice