posted 9 years ago
I have a Rest Web service used to add items in database.. The architecture goes like this:
Request generated from UI with the items in json format to add items in DB --> Controller: converts json to xml for rest web service --> Rest web service: takes the xml and extracts data and adds into db.
Now.. the request generated from UI is a get request to controller so to pass data to controller.
UI Simulator Code:
CONTROLLER:
WEB SERVICE:
NOW i am getting the error: