Oracle
1Z0-897 · Question #70
Given stock quote web service endpoint: and the corresponding client side artifacts for the above web service are: StockQuoteService is the Service class and StockQuoteProvider is the corresponding…
The correct answer is A. proxy = new StockQuoteService().getStockQuoteProvider() B. proxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature()). See the full explanation below for the reasoning.
Question
Given stock quote web service endpoint:
and the corresponding client side artifacts for the above web service are:
StockQuoteService is the Service class and StockQuoteProvider is the corresponding SEI. Which of the following two options enable addressing feature for proxy for the StockQuoteProvider SEI ? (Choose two)
Options
- Aproxy = new StockQuoteService().getStockQuoteProvider()
- Bproxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature())
- Cproxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature(false))
- Dproxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature(false, true))
How the community answered
(52 responses)- A79% (41)
- C13% (7)
- D8% (4)
Community Discussion
No community discussion yet for this question.