Naming Conventions Integration Metadata Created

This section highlight the naming conventions that the PeopleSoft system uses when it creates services and services-related data based on component interfaces.

When it creates a web service from a component interface, the PeopleSoft system adds a CI_ prefix to the component interface name. So if the component interface name is MYCI, the service name the system creates is CI_MYCI

The following table highlights naming conventions the PeopleSoft systems applies to other services data based on the method with which you are working:

Component Interface Method Service Operation Name Message Name Component Interface Handler Request Message Shape Response Message Shape

Create

<service_name>_C

Mxxxxxx

ONREQUESTHDLR

CI Buffer

Key

Find

<service_name>_F

Mxxxxxx

ONREQUESTHDLR

Get Keys

CI Buffer

Get

<service_name>_G

Mxxxxxx

ONREQUESTHDLR

Find Keys

Key Collection

Update

<service_name>_UP

Mxxxxxx

ONREQUESTHDLR

CI Buffer

Notification

Updatedata

<service_name>_UD

Mxxxxxx

ONREQUESTHDLR

CI Buffer

Notification

User-defined

<service_name>_<method_name>

Mxxxxxx

ONREQUESTHDLR

CI Buffer

Method Return Type

The naming convention used for message names, Mxxxxxx, is the letter M followed by a random six-digit number, as denoted by the x's. An example of a message name is M548902.

Note:

The maximum number of characters for a service operation name is 30. If using a user-defined method name yields a greater result, the name is used is <service_name>_Mxxx, where xxx is a three-digit random number. An example of such a name is CI_USERCI_M101023.