I'm doing a 11g to 12c migration. We have a java callout in an OSB pipeline that recives a byte array as one of the arguments.
In 11g, it was working fine by simply passing, in the java callout, a node (like $body/something). Now, in 12c, this returns null and
doing fn:node($body/something) or $body/something/text() throws an exception: argument type mismatch.
Any ideas on how to get the byte array content to the java method? Thank you.
Example as it is atm:
