This is the response:
{"jwt":"eyJhbGc....."}
The scheduler we use can use an XSLT stylesheet and I want to extract the value of "jwt" only as output, to use in a subsequent job.
I saw another post about using fn:parse-json():
How to extract data from JSON in XSLT?
But there is limited info for someone that has never...EVER worked with XSLT.
Edit:
The documentation for the web service caller, does not give specifics on what version of XSLT it supports. That json object is also all it is...just on string with the name "jwt".