READ Free Dumps For Oracle- 1z0-897
Question ID 4454 | In which order do LogicalHandlers and SOAPHandlers configured on a Web Service endpoint execute on an incoming message ? (Choose one) |
Option A | A. SOAPHandlers in the order specified in configuration are executed first and later the LogicalHandlers specified in the order get executed |
Option B | B. LogicalHandlers in the order specified in configuration are executed first and later the SOAPHandlers specified in the order get executed |
Option C | C. All the handlers are executed in the order specified in the configuration |
Option D | D. All the handlers are executed in the reverse order specified in the configuration. |
Correct Answer | A |
Question ID 4455 |
Assume the code is free of gross flaws and syntax errors. Which two statements are true? (Choose two.) |
Option A | A. Line 8 specifies that addInventory accepts either a valid total or quantity. |
Option B | B. Line 1 indicates the portType is LogInventory. |
Option C | C. Line 3 shows the method is mapped to the WSDL operation called "checkProduct". |
Option D | D. Line 4 means that a method is not expected to return a value unless requested. |
Option E | E. Line 7 implies WSDL operation and method name are the same. |
Correct Answer | B,E |