You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to receive data from legacy systems, we need to support XML body. Suggestion is then to do a similar pre-process on them as other queuing systems around:
XML -> { "ContentData": base64(xml), "ContentMD5": md5(xmlstring) } and then we feed this to JsonIngestionService as normal, dropping files like this:
In order to receive data from legacy systems, we need to support XML body. Suggestion is then to do a similar pre-process on them as other queuing systems around:
XML -> { "ContentData": base64(xml), "ContentMD5": md5(xmlstring) }
and then we feed this to JsonIngestionService as normal, dropping files like this:The text was updated successfully, but these errors were encountered: