I am trying to send a post request to a url using HttpURLConnection (for using cUrl in java). The content of the request is xml and at the end point, the application proces
FileNotFound in this case means you got a 404 from your server - could it be that the server does not like "POST" requests?