The library I use is following:http-client-4.5.10.jar httpcore-4.4.12.jar httpmime-4.5.10.jarHere is my custom java codepackage com.mycompany.cvp.webservice; import java.io.File; import org.apache.http.HttpEntity; import org.apache.http.client.meth...