I'm trying to do a POST request from any of rest client like (Advanced rest client, Postman etc) for posting a request with mime type "multipart/related" but none of rest client supports. So is there a way to quickly POST a request from any of rest clients or other alternate solutions?
How to POST a request in any of rest clients for mime type as "multipart/related"
4.1k Views Asked by Manjunath At
2
Though I have not tried multipart/related, but multipart/mixed using jersey client.
Using Jersey client
Create a multipart request .. eg.
Then call the service like :
Similarly try it for multipart/related.
you have download jersery client jar from https://jersey.java.net/download.html