Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I’ll answer my own question: Turns out the XML had a properly encoded ampersand but when you do recordToBizdoc you need to check the html encode parameter to true so that IS can create a byte array for the xml content. Wow!