I have built a web service in SAP MII application and is published with few input parameters to execute the code and i was trying to use the web service in the UiPath Studio using HTTP Request activity and also assigned the parameters in the activity but when i was trying to execute the activity “Request Method: POST|| Status Code: 200” but i couldn’t see the new entries that should ideally happen for the Web Service.
**Web Service is working fine, I have validated but it is not the case while trying to execute in the Studio.
Can you try using url segment instead of getOrpost
Alternately instead of passing parameters can you pass them in the body field directly please. And also give the body format as application/json or whatever your api accepts