How to set timeout properties in a direct binding reference in a SOA Composite?
Oracle Fusion Middleware 12.2.1.4
In a previous project, I used SOAP adapter (binding.ws) to call services from the composite and could set the timeout properties among others inside the composite using, for example, <property name="oracle.webservices.httpReadTimeout" type="xs:string" many="false" override="may">5000</property>.
In my current project I have a SOA composite that calls several services using Direct Biding.
I tried to use the same properties inside the direct-binding reference (binding.direct inside the composite) but it didn't work.
How do I set the ReadTimout and connectionTimeout for the direct binding references?
Thank you.