Import 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.
Hi swagcoder
I never tried to use a request body in a Delete but, as far as I know, it is not allowed anymore in OAS3.x.x
Look at the doc here
In another hand, there is a kind of exception I found, but I can't provide more than the doc reference here.
You will have to investigate further.
Let us know.