Open the menu

    Service Definition

    AخA
     
    1
    <?xml version="1.0" encoding="UTF-8" ?>
    2
     <serviceDefinition xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.lumis.com.br/lumisportal/xsd/servicedefinition.xsd">
    3
       <service id="corporateExibeTabela2" name="Display Table2" type="lum_service">
    4
        <description>Example of a service that sends and receives parameters for printing tables on the screen.</description>
    5
      </service>
    6
      <interfaces>
    7
        <interface id="exibeTabela" name="Display Table2" className="corporate.exibetabela.ExibeTabela2"></interface>
    8
      </interfaces>
    9
    </serviceDefinition>