I am new to webservices testing and i am trying to test a webservice which returns both a JSON as well as XML output .
my management wants me to do this with jackson jersery and other libraries for XML
i created a java client using jersey and i got the response . i am not sure how to validate this response against a POJO class .
i am not entitled to use sophisticated libraries like rest assured or json path . can some one explain me how will i validate/assert both json and xml response against a POJO step by step and make my life easy ? kindly help also list down the libraries needed for handling xml responses too ?