========================== **parameterValue** element ========================== Element **parameterValue** is used to reference a parameter value in auto-implemented method of auto-generated service. This element can be used only under elements **if** or **default** under element **autoMethod**. .. note:: Refer to :doc:`../autogenerated-services/index` for more details on auto-generated services. The element uses an attribute **paramName** to reference the parameter of auto-generated method. A parameter with this name should be declared under element **../autoService/autoMethod/methodSignature**. An example below demonstrated an example of using an element **parameterValue**. .. code-block:: xml :linenos: