Base64 encoded zipFile in REST Response - Can it be handled in any way #5746
stefanostman
started this conversation in
General
Replies: 1 comment 3 replies
-
|
Just to be clear: this is not related to an Apache Hop; you were already running Hop 2.15.0 and the API response changed from plain XML to base64-encoded XML, correct? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have a problem. One of the HopTransformations I have created gets it input from a REST request. It has until now sent output as XML, but now suddenly changed to sending it as a base64 encoded Zip-fil containing the xml-document.
Any suggestions on how to handle it if it's even possible, I can't find a way.
Running HOP GUI version 2.15
Beta Was this translation helpful? Give feedback.
All reactions