| Author |
rest service with web flow
|
karibasappa Guttur Chikkaveerappa
Greenhorn
Joined: Jan 26, 2013
Posts: 9
|
|
Hi All,
I am new to Rest Services and WS.
my requirement is , in the webflow for each state we will get some events to occur , we need to capture these events and put in the xml file.
this xml file we have to pass to the restful service. restful service has to process this xml file and calls the corresponding actions available in the xml.
i need to create one restful service to process xml file like this and also i need to write one simple client to pass xml file for the time being.
how can i achieve this , any example code to process xml file.
i know some great minds will surely help me out , its really appreciated.
Thank you.
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
Don't try to take on the whole project at once, separate out into pieces that you can experiment with separately.
For example you can learn creation and processing of XML documents entirely apart from learning about servlets use in RESTful architecture.
Bill
|
Java Resources at www.wbrogden.com
|
 |
karibasappa Guttur Chikkaveerappa
Greenhorn
Joined: Jan 26, 2013
Posts: 9
|
|
Thanks for info.
I need some material or example code on how processing of xml can be done by rest service. and how clent can pass the xml to rest service.
|
 |
 |
|
|
subject: rest service with web flow
|
|
|