Skip to Content
0
Former Member
Oct 18, 2005 at 12:14 PM

How to configure service

25 Views

Hallo,

I'd like to configure service developed by myself with properties. I mean properties like iViews have. To make things clear - in portalapp.xml for iView (component):

<components>
    <component name="TestClass">
      <component-config>
        <property name="ClassName" value="com.sap.pct.TestClass"/>
      </component-config>
      <component-profile>
        .. there are properties ...
      <component-profile/>
    </component>
</components>

Is something similar possible in service tag? And where I can configure these properties in portal after deployment?

Best regards,

Josef Motl