The following property setting will have Oracle B2B checks and removes them.
b2b.edi.enablePreprocess= true
The properties will need to be set in the System Mbean Browser within Enterprise manager.
Below are the steps to navigate to the System Mbean Browser, and how to invoke the B2B config Mbean.
- Login into Enterprise manager.
- Expand SOA
- Right click on soa-infra
- Select Administration
- Select System Mbean browser
- Expand Application Defined Mbeans
- Expand oracle.as.soainfra.config
- Expand the soa server domain
- Expand B2B config
- Select Operations
- Select addProperty
- Enter the desired property for the key, such as b2b.edi.enablePreprocess.
- Enter the value, true.
- Add any comments if desired.
- Invoke the mbean and check the b2b-config.xml that the property is reflected in the file.
- Restart the managed server.