nerdexam
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)
  • A
    9% (4)
  • B
    4% (2)
  • C
    74% (34)
  • D
    13% (6)

Community Discussion

No community discussion yet for this question.

Full LOT-404 Practice