nightingale-rest-api-client icon indicating copy to clipboard operation
nightingale-rest-api-client copied to clipboard

Exporting collection with SOAP / XML request will not carry the Body/XML content on re-import

Open Trouffman opened this issue 2 years ago • 0 comments

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 !

Trouffman avatar Sep 07 '22 02:09 Trouffman