IBM
LOT-404 · Question #86
John needs to create an adapter to connect to a third-party web service. Service protocol, domain and port values are stored in the worklight.properties file as protocol, domain and port properties…
The correct answer is C. <protocol>${protocol}</protocol>. See the full explanation below for the reasoning.
Question
John needs to create an adapter to connect to a third-party web service. Service protocol, domain and port values are stored in the worklight.properties file as protocol, domain and port properties. Which notation does John need to use to retrieve properties from the worklight.properties file and set connectivity attributes in adapter XML file?
Options
- A<protocol>{protocol}</protocol>
- B<protocol>#[protocol]</protocol>
- C<protocol>${protocol}</protocol>
- D<protocol><property name="protocol" /></protocol>
How the community answered
(46 responses)- A9% (4)
- B4% (2)
- C74% (34)
- D13% (6)
Community Discussion
No community discussion yet for this question.