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)- A73% (38)
- B17% (9)
- D10% (5)
Community Discussion
No community discussion yet for this question.