Hello,
I’m unable to define a variable containing backslash in WebServiceBeforeOperationRule.
Let’s say the value is :`Y.oQ\8UY
After formatting the script with escape characters to allow the JSON parsing, the value is `Y.oQ\8UY and this generates an error:
Token Parsing Error: Lexical error at line 17, column 87. Encountered: "8"
I’m not getting the error with the value `Y.oQ\8UY but this is not the correct one.
Could you please help me with this ?
Thank you