I am trying to replicate Postman POST type request in java. I am sending a file with raw product data to datahub and processing it. According to requirement it should be replicated using a cronjob.
Any one help please.
I am trying to replicate Postman POST type request in java. I am sending a file with raw product data to datahub and processing it. According to requirement it should be replicated using a cronjob.
Any one help please.
If you are using spring framework you can use spring rest client for consuming RESTful service. Good sample is here.
If you are using java, you can use JAX-RS library, sample application here.