Assignment 2 & 3
Assignment 2 & 3
2018
PART A
1. What is XML parse tree?
2. List any four built-in functions in PHP
3. Construct a PHP code to find the sum of ‘n’ natural numbers
4. Define XML namespaces
5. List out the difference between DTD and schema
6. List out the rules for well-formed XML documents
7. Construct a PHP program determine the type of browser that the web browser the client is
using?
8. List any four built-in objects in PHP
9. Define RSS
PART B & C
PART B & C
11. Compare and contrast the traditional web application architecture and AJAX architecture
12. Explain in detail the steps involved in creation, publishing and testing a web service in detail
13. Outline the various building blocks of SOAP in detail
14. Explain in detail the structure of WSDL document with suitable examples
15. Create an XMLHttpReuest to retrieve data from an XML file and display the data in an HTML
table. The data to be retrieved is a collection of stationary items stored in an XML file.
16. Create a web service to return the product of integers with the necessary deployment
procedures
17. Explain in detail about database driven web service
18. Create a web service to return the sum of integers with the necessary deployment
procedures
19. Implement a simple soap web service analogous to calculator service.