Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

issues in service testing page. #566

Open Pradeep298 opened 4 years ago

Pradeep298 commented 4 years ago

1) blank response comes as "" in case of json payload type or application/json content-type. 2) if there is error happens at backend then front-end shoud show relevant information/err messagel 3) Click on TestServiceàSend for the service having the response status is 100/300 , Getting “Publish failure error”. 4) Disable servicer test button for MQ Services. 5) Send button should more visible and meaningful.

Pradeep298 commented 4 years ago

Fixed all the issue in this except 3rd one. The services with 300 response type not giving response. This is not rest client issue. This is issue related to Mockito(issue#568). You can try hitting such service with postman/soapUI. those will not give a response. This would required to check seprately. I will raise a different issue for this. other this issue can be close once the branch with bug fixes get merge to master.

Pradeep298 commented 4 years ago

This is fixed and available on Dev. This can be close.