13
Jul

Request.setEntity() to attach an XML load to a REST request via HttpClient

Following code demonstrates how to attach a XML Load while sending request to server for processing // Payload for XML Request String xmlLoad = “ Jackychan 999999999“; HttpClient httpClient...

Read More