Oracle
1Z0-897 · Question #9
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
(29 responses)- A72% (21)
- C21% (6)
- D7% (2)
Community Discussion
No community discussion yet for this question.