Hi Team,
I have a requirement, where I am using POST API of form-data using invokehttp.
it is expecting few form-data key-values along with the json file that we need to send to the respective server using post API.
But I am getting below error:
when Content-Type: multipart/form-data
Error: IOException thrown from InvokeHTTP[id=xyzzzzz]: java.net.SocketException: Broken pipe (Write failed)
when Content-Type: application/form-data
Error: IOException thrown from InvokeHTTP[id=xyzzzz]: java.net.SocketException: Connection reset
I did investigation but not able to solve the issue. Can you please help.