POST works from POSTMAN and got error in groovy
Hi
I am able to POST and getting the response from 'Postman' but when I create a Web Services and use it from groovy I receiving the 400 error. Can you please help me to understand if any mistake in the process.
Groovy Script:
Here is the request params (working fine in POSTMAN)
The log from Runtime Messages always got 400 (look like it missing the request payload)
Webservice define:
Tagged:
0