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)- A81% (21)
- B15% (4)
- D4% (1)
Community Discussion
No community discussion yet for this question.