Question
3.1 Web Services: SOAP Programming (15 points) Note: this exercise will be another foundation for your project assignment. Exercise 4.1 (p. 148 of the textbook,
3.1 Web Services: SOAP Programming (15 points) Note: this exercise will be another foundation for your project assignment. Exercise 4.1 (p. 148 of the textbook, the question is copied below just in case you have a different version of the textbook) Write a simple SOAP program that returns information about commercial flights from the XML Schema of Exercise 3.4 (practical part of Problem Set 1). What to submit: 1) A brief report that shows your design, your implementation, and your test cases. You need to show important design decisions you make, key algorithms and data structures you used (if any), and the platform (e.g., software, hardware) based on which the system is implemented. You also need to show screenshots of the execution of your system. 2) A working prototype of the system. You can use any platform or IDE you feel comfortable with as long as you clearly report these details in the project report. Submit the source code along with instructions how to execute your system. Note that the input (queries on the flight availability) and output (response to queries) can be written in any of the following formats: XML file, plain text file, or system I/O. The system can be tested on a live web server, or on a simulated environment such as a local server. References Basic concepts in Web Services http://www.w3.org/DesignIssues/WebServices.html Online tutorial on programming with Web Services using Eclipse: http://www.java2blog.com/2013/03/soap-web-service-example-in-java-using.html
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started