Closed pkotha5 closed 4 years ago
Issue no. 1 related to alignment is not an issue. This is done intentionally becuase body and headers are 2 tabs while status, time and size is something we want to show with each response. That's why they looks different(response in times new Roman) and looks above body/headers tab . In Postman also these 3 things comes at right side screen with green characters in response.
Issue no. 2 related to bulk upload or Open API , I am successfully able to test a service with the mentioned steps. I need to connect with you for more information and particular your service to reproduce and better understand the issue.
(1) Reason for OpenAPI not working is :-
you need to put some value in id parameter in relative path.
(2) Why BulkUpload is not working:- This is an existing issue in Mockiato. Whenever we set a header Connection: Keep-Alive in request we don't get response on hitting that service. If you test that RRPair with PostMan or SOAPUI you would get the same error message "Request bodies don't match". This is only happening on Dev env. and it's working fine in local. Update - We can not do any thing to solve this. OpenShift give some problem with keep-alive header. Mockiato have no problem with Keep-Alive header.
Note :- None of these issue are related to Test Service page.
No fix required... OpenShift do something with keep-alive header.. from mockiato there is no problem ...but Openshift cloud have some issue with this header. we can not do anything. Pradeep is already disccussed with john in one of scrum call
Steps : a)Create a service using bulk upload, Service created successfully. b) Click on "Test Service"-->Send
Actual Result : Displaying an error "Request bodies don't match"
2.Open API is not working after clicking on “Test Service” button.
Steps : Like as BulkUpload issue.