Question
Configure a new POST service, /faculty/find which will be implemented as follows: a)Theservice will take aparameternamedcwidwhich ispassed as a JSON string. b)The serverwill decode the
Configure a new POST service, /faculty/find which will be implemented as follows: a)Theservice will take aparameternamedcwidwhich ispassed as a JSON string. b)The serverwill decode the value of the cwidparameteronce the service is received by the server. c)The server uses the decoded cwid value to search the FacultyDO list.It is assumed thatone FacultyDO object with the cwid has been inserted in the listvia the /faculty/add servicebefore the search operation is performed. d)The service will encode the FacultyDO objectfound in (c)into a JSON string and send it back.
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