Getting response to http posted information.
in
Programming Questions
•
1 year ago
So, I'm using the code from
this forum post (the last post) to post data for an API, but I can't figure out how to deal with the response. The response is an HttpEntity, and the code the other forum post used just printed it, but I want it to be parsed into an XMLElement.
Apparently the entity can be written to an output stream, but I don't really know what that is and really think that I am in over my head here.
Help would be much appreciated.
1