Hi ,
In my project the response is coming in the form of xml
string and i need to parse and populate my value object i.e
java bean with getter and setter methods
for e.g
<application> <applicant>bhavesh</applicant> </application>
application and applicant are java bean
can you please help on this , kindly advice.
Regards
Bhavesh