FeatureFuel
1

Run a script to parse and build xml before and after a request

Source: Kong/insomnia#3534 · opened by @rmclaughlin-nelnet
Is your feature request related to a problem? Please describe. I am currently building an integration with a SOAP XML service. It uses a cumbersone authentication process that I would like to automate with request chaining, but I need to be able to run a script in between each request, and preferably before the first request to parse the response. The initial request requires values to be passed in, but the HTML entities must be encoded, because this is terrible for a human to read it would be nice to run a script before the request that encodes the HTML This is what I am currently doing in postman before the first request to build the xml Then when I get the response I parse the XML like this. Maybe this can be done with request chaining? I don't think I can because the XML I need is inside a string, that is why I do xml2JSON and before I send the next request I have to encode the HTML entities again Last I build two authenticated objects (one for xml, on…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests