nightingale-rest-api-client
nightingale-rest-api-client copied to clipboard
Exporting collection with SOAP / XML request will not carry the Body/XML content on re-import
Behavior : When exporting a collection that contains request with XML data in Body. That XML content will not be re-imported (and seems extra escaped).
Expected behavior : Export collection. Re-import collection. everything is in there.
How to reproduce :
- [ ] 1. Create a new collection
- [ ] 2. Set to POST.
- [ ] 3. Add XML in the Body (your XML should contains Double-quote, like in :
- [ ] 4. Export the collection (right-click then exporte as > Postman)
- [ ] 5. import collection on another computer
- [ ] 6. Validate if the XML Body Content is imported.
Tested on 4.4.1
Cheers !