I Have a business requirement to add a custom backend object to the B2B ISA application. I added the configuration XML (see below) to the following
B2B configuration xml files customer->modifcation->backendobject-
config.xml, eia-config.xml and I am still getting an Exception
com.sapmarkets.isa.core.eai.backendException: "No Entry for
z_Validate_MaterialBO Business object found".
<businessObject type="z_Validate_MaterialBO"
name="z_Validate_MaterialBO"
className="com.whirlpool.isa.b2b_acs2p.backend.crm.z_ValidateMaterialBOC
RM"
connectionFactoryName="JCO" defaultConnectionName="ISAStateless" />
Where is the correct place to define a backend object?