Problem: Exception is thrown because the to-spec at line 261 is evaluated to be empty
In Oracle SOA BPEL Assign statement when you come across this error
Open assign activity, right click on copy operation select "ignore missing from data" and "insert missing to data"
Root cause: Target schema is having no element with the name may be because it's minOccurs="0"

In Oracle SOA BPEL Assign statement when you come across this error
Open assign activity, right click on copy operation select "ignore missing from data" and "insert missing to data"
Root cause: Target schema is having no element with the name may be because it's minOccurs="0"

Wow. I always thought the only way around this was to use XSLT. Using "insert missing to data" worked! It should be the default behavior
ReplyDeletethank you
ReplyDelete