Turning off payload validation and composite state monitoring
Payload validation checks all inbound and outbound message data thus adding an overhead, especially for large message types. Composite state monitoring allows for administrators to view the results of all instance invocations. We can disable these to improve performance.
Getting ready
You will need to know the administration credentials for your Oracle SOA Suite WebLogic domain, and have access to the Oracle Enterprise Manager console.
How to do it...
By following these steps, we can turn off payload validation:
Log in to Enterprise Manager.
Open the SOA tab, and right-click on soa_infra, select SOA Administration and Common Properties.
Un-tick the checkbox for Payload Validation to disable this feature.
Un-tick the checkbox for Capture Composite Instance State.
How it works...
In this recipe, we globally disabled payload validation. This instructs SOA Suite to not check the inbound and outbound message payloads against the schemas associated...