xquery - Oracle BPEL 12c The prefix "fn-bea" used in the qualified name "fn-bea:serialize" can not be resolved -
i'm trying use fn-bea:serialize($iter)
xml node content string in oracle bpel 12c xquery functions i'm recieving
the prefix "fn-bea" used in qualified name "fn-bea:serialize" can not resolved
in oracle osb 12c don't have problems using same xquery function, need use in oracle bpel.
i'll apreciate help.
thanks in advance!!
you should use fn:serialize
should available in both osb , bpel 12. osb , bpel use same xquery processor internally. when invoke xquery bpel, make sure using 1.0 xquery processor/function.
Comments
Post a Comment