Oracle SOA Suite 12c Essentials — Question 14
Which statement is true about the relationship between the WSDL and the JCA binding file when working with an Oracle Adapter at design time?
Answer options
- A. The WSDL references the appropriate JCA binding file for each applicable operation in the WSDL "binding" element.
- B. All operations defined in the WSDL must be mapped to activation specifications in the JCA binding file.
- C. The JCA binding file defines default adapter property values for each applicable operation defined in the WSDL.
- D. There is no direct relationship between the WSDL and the JCA binding file at design time.
Correct answer: A
Explanation
The correct answer is A because the WSDL indeed contains references to the JCA binding file for operations defined in its 'binding' element. Option B is incorrect as not all operations must be mapped to activation specifications, and C is misleading because while the JCA binding file may define properties, it doesn't necessarily do so for each operation. Option D is false since there is a clear relationship at design time.