McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Business Administration in ...
→
Advance PHP
→
Introduction to Web Services
→
----------- is simple and extensible.
Q.
----------- is simple and extensible.
A.
WSDL
B.
UDDI
C.
SOAP
D.
none of these
Answer» C. SOAP
2.1k
0
Do you find this helpful?
18
View all MCQs in
Advance PHP
Discussion
No comments yet
Login to comment
Related MCQs
The-----will inherit all the public and protected properties and methods from the parent class. In addition, it can have its own properties and methods.
A class is defined by using the---keyword, followed by the name of the class and a pair of curly braces ({}). All its properties and methods go inside the braces Sol:
A class can have both static and non-static methods. A static method can be accessed from a method in the same class using the-----keyword and double colon (::)
The-----pseudo-type was introduced in PHP 7.1, and it can be used as a data type for function arguments and function return values.
After the information is encoded it is sent to the server Spaces are removed and replaced with the + character and any other non alphanumeric characters are replaced with a hexadecimal values.
-----is a new technique for creating better, faster, and more interactive webapplications with the help of XML, HTML, CSS and Java Script.
---------------and XML. AJAX is a technique for creating fast and dynamic web pages. Sol:
-------and XML. AJAX is a technique for creating fast and dynamic web pages. Sol:
Ajax refers to------and XML, technologies that are widely used for creating dynamic and asynchronous web content Sol:
-------------client specifies a procedure name and parameters in the XML request, and the server returns either a fault or a response in the XMLresponse.