Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
How do I create a Rest VirtualAssets?
Senthil
Posts: 27 ✭
Hi All,
I would like to create a Rest VirtualAssets which is of JSON (Req/Res), If I give the below EndPoint,
https://fraud.esm-n.npe.integration.cld/api/fraud/v1/assess-app it throws an error, So I partially gave the End Point "/api/fraud/v1/assess-app" and it got created. but in the message responder correlation, I am unable add the condition. Could you please help me in getting this resolved.
Steps:
- Right clicked on VirtualAssets--> Add New --> Virtual Assests(.PVA) File.
- Enter the File Name.
- Selected Rest --> RAML --> Next.
- Gave the Endpoint as https://fraud.esm-n.npe.integration.cld/api/fraud/v1/assess-app.
- Clicked on finish.
Throws an error.
Right clicked on VirtualAssets--> Add New --> Virtual Assests(.PVA) File.
- Enter the File Name.
- Selected Rest --> Swagger --> Next.
- Gave the Endpoint as https://fraud.esm-n.npe.integration.cld/api/fraud/v1/assess-app.
- Clicked on finish.
- Throws an error.
Thanks
Senthil kumar. M
0
Comments
-
Hi,
Could you please attach the RAML file you are trying to use?0 -
Gave the Endpoint as
You must provide the location of the RAML document, not the endpoint for your API.
0