Using fromBinData and passing a byte array derived from the String returned by fromString won’t work. The byte array needs to be obtained from toBinData().
In a previous project, for debugging/tracking, I saved each event into two files, both named with the event ID an extension of .txt and .bin. The former held the output of toString while the latter held the output of toBinData.
It would indeed be nice to have a fromString method. EventTracker/DocumentTracker has one (the files that can be exported/imported are human readable strings) but for whatever reason wM has never exposed it.
#broker#Universal-Messaging-Broker#webMethods#Integration-Server-and-ESB