Json Input parameter in REST Web Service

0
Hi Experts,  I want to consume a REST web service(POST METHOD) which requires a input parameter as JSON structure. Here I have created a consume REST activity and added import Mapping in the REQUEST TAB. But I am facing the issue: After adding export mapping I cant able to select the parameter which is not editable. can some one tell that how to pass a JSON input to invoke the REST web service. Thanks in Advance!
asked
3 answers
1

you need to have a parameter object before making the rest call… only then the drop down will be enabled. 

answered
0

In your export mapping you can select the parameters you want to use in the object. Parameter is now grayed out, because you use a object that you create in the export maping

answered
0

You need to edit the export mapping, that is used in your rest call. I highlighted it in your image. Open it by double clicking in the project explorer or use the show button in the parameter window. Then you can select the needed parameters.

answered