CSCE 826: Homework 5
Creating a
SOAP Service
Due: Midnight March 3, 2008
1. Construct a SOAP-based Web
service for the database you created in Homeworks #1
and #2. That is, your service will accept one parameter, a String that consists
of an SQL select query, and will
return a String with the result of the query.
Use the slides presented by Ms. Zavala as a guide for this.
2. Construct a SOAP client,
similar to the one you created in Homework #4 for the Amazon Web services, that
shows the correct operation of your service.
Upload
the code for your server and client to the dropbox.