cs311 assignment no 2 solution fall 2021

Опубликовано: 07 Декабрь 2024
на канале: instructor irfan khan
409
13

cs311 Introduction to Web Services Development – CS311 assignment no 2 solution fall 2021

WhatsApp no = 03400936486

Objectives:

To understand and get hands on experience of:
• XML Schema Code
• XML Generation from Server using PHP
Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

 The assignment is submitted after due date.
 The assignment is submitted via email.
 The assignment is copied from Internet or from any other student.
 The submitted assignment does not open or file is corrupt.
 It is in some format other than .doc/.docx.



Problem Statement # 1: (10 Marks)

During Covid 19, people prefer to buy books online. An online Bookshop has provided such facility to their buyers to buy different books online. XML code to order book from online Bookshop is given below. Now, you are required to write XML Schema (.xsd) code for the given XML code.


Problem Statement # 2: (10 Marks)

XML response can be generated from the server using PHP. Consider the online Bookshop scenario (given in problem statement # 1), you are required to generate XML response code from the server using PHP for the given XML code.