Hi,
I using oracle soa suite 12c and oracle B2B to send and receive EDIFACT files.
I'm struggling with an EDIFACT file where I'm having an empty segment 'PAC' as shown in the exemple below:
....
GEI+1+:::AP'
LOC+9+ORY'
PAC'
PCI++1'
....
In oracle document editor, while validating the guideline, I was having a problem, because It seems that he can't analyse any segment after the empty segment (PAC)
Fortunetly, I found a configuration that allow to ignore empty segments:

Its works fine, I was able to validate my files perfectly.
But the problem occured again where I tried to use my guideline in SOA and Oracle B2B. It's not able to validate a file with a empy segment.
I was wondering is there any configuration that can allow to ignore empty segment?