Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java callout in an OSB results in type mismatch.

980005Jul 7 2016 — edited Jul 30 2016

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:

Untitled.jpg

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 27 2016
Added on Jul 7 2016
1 comment
694 views