From bignbit: this code fails in SIT with the following error at the Submit Harmony Job step:
"errorMessage": "An error occurred (InvalidRequestContentException) when calling the Invoke operation: Could not parse request body into json: Could not parse payload into json: Unrecognized token 'foobarbaz': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1]"
Sounds like you can't pass the token as just a string, it has to be like {"token": "blah"} or the Authorization: Bearer thing.
for EDL requests TD response should change.
From bignbit: this code fails in SIT with the following error at the Submit Harmony Job step:
"errorMessage": "An error occurred (InvalidRequestContentException) when calling the Invoke operation: Could not parse request body into json: Could not parse payload into json: Unrecognized token 'foobarbaz': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (
StreamReadFeature.INCLUDE_SOURCE_IN_LOCATIONdisabled); line: 1, column: 1]"Sounds like you can't pass the token as just a string, it has to be like {"token": "blah"} or the Authorization: Bearer thing.
for EDL requests TD response should change.