I wrote some simple application that make http call ( Post ).
The Response can be one of the option
– Xml
– Json
I see ( in debug mode ) that i get some response from the server – but i don’t see any xml or/and any json format.
How can i get the xml/json format ?
try to print out the result of
EntityUtils.toString(response.getEntity())