READ Free Dumps For Oracle- 1z0-897
Question ID 4508 | When a SOAP envelope is optimized on the wire, the following can be said about the optimized infoset : (Choose one) |
Option A | A. optimized infoset contains xop:Include elements with href attribute pointing to attachment data |
Option B | B. optimized infoset contains mtom:Import with location attribute pointing to attachment data |
Option C | C. optimized infoset doesn't have any specific elements for MIME attachment. |
Option D | D. optimzed infoset's element contain cid:Content-ID as the text and Content-ID refers to the associated attachment |
Correct Answer | A |
Question ID 4509 | Given that StockQuoteService is a Service class and StockQuoteProvider is a corresponding SEI for a web service. Which of the following options enable MTOM feature for proxy for the StockQuoteProvider SEI ? (Choose one) |
Option A | A. proxy = new StockQuoteService().getStockQuoteProvider() |
Option B | B. proxy = new StockQuoteService().getStockQuoteProvider(new MTOMFeature()) |
Option C | C. proxy = new StockQuoteService(new MTOMFeature()).getStockQuoteProvider() |
Option D | D. proxy = new StockQuoteService().getStockQuoteProvider(new RespectBindingFeature()) |
Correct Answer | B |