Execute a GraphQL request as HTTP POST in ReadyAPI trial version
I am trying to execute GraphQL requests as an HTTP POST in ReadyAPI trial version and am getting a "400 Bad Request". The requests were imported into ReadyAPI using the ReadyAPI Postman Plugin, and they work just fine in Postman. Why could this be happening? Is there anything specific to ReadyAPI that I am missing? Appreciate any help.558Views0likes1CommentImport Postman Collection
Hello there, We are having issues with the 'Import Postman Collection' functionality in SoapUI Pro. After importing the V1 postman collection with no issues, we get a URISyntaxException when executing any of the imported requests. It sort of looks like the application is not properly doing property expansion when it imports the postman collection. For example if you have 'http://{{host_property}}' defined in your postman request URL, the app does not do a property expansion substitution as stated in the docs: https://www.soapui.org/docs/postman-collections.html. We also tried this in SoapUI community edition and ReadyApi version as well. We suspect the same issue, even though we get a different error message. (e.g.SoapUI community edition gives null pointer exception). Please let us know if there is any work around/solution. thank you.Solved11KViews0likes6Comments