Entering content frame

Background documentation Services Locate the document in its SAP Library structure

The portal services are declared in the services element called service.

The following XML attributes apply to the service section:

XML Attribute

Mandatory

Description

name

Yes

The service name within the application. A fully qualified portal service name is constructed as <application name>.<portal service name>. This attribute specifies the <portal service name>

alias

No

A name that can be used instead of the fully qualified service name (see above) when looking up the portal service

Each component section may contain:

·        one service-config element

·        one service-profile element

Example

...

  <services>

  <service name="myService">

      <service-config>

         ...

      </service-config>

      <service-profile>

         ...

      </service-profile>

   </service> 

   ...

  </services>

...

 

 

Leaving content frame