Internationalization and Web Services

About Web Services

New records can be created and line items can be added using Integration through web services. Also, the Schedule Manager integrates with Primavera scheduling software by way of web services.

Note: Integration through web services must be coordinated with an Oracle Primavera representative.

As Project Administrator, you can receive email notification of the successful creation of a shell instance, for shells that are created manually, through web services or a CSV file upload, or through auto-creation. This notification can be set up in email notifications in uDesigner. Also, you can set your Preferences to control whether you receive these notifications.

Web Services and Internationalization

The output data generated by web services is always in the source language.

Note: If a record (Example: Business Process) is created by using web services and the Data Definition (DD) label includes a non-ASCII string, then the record creation will fail.

Number formatting of data

When you enter numeric data in XML, you can use the decimal point (period) and negative sign (dash), only.

Examples

XML Tag: <Committed_Amount>100.99</Committed_Amount>

XML Tag: <Credited_Amount>-1423.99</Credited_Amount>

Sample JSON request

"data": [

{

"uuu_quantity": 6000.258,

"amount": -27600.0,

}

When you run a Get call, the input content in the response XML or JSON will be in the language of the source strings.

Get Web Services

You can use the Get Web Services call methods to get various attributes of Shell, CBS, and the list of Business Process records, Shells, and User defined data.

When you run a Get call, the input content in the response XML will be in the language of the source strings.

Number formatting does not apply to the numeric data and the decimal point is a period. The negative numbers are displayed with the minus sign before the numeric data, for example, -12345.99.

Note: Number formatting is not supported for Symbols that are based on a right-to-left language such as official languages of Afghanistan or Hebrew.

See Also

Importing Data from an Outside Data Source into Unifier

Overall Steps for Importing Data

Exporting the CSV Template to Your Machine (Integration)

Editing the CSV File

Importing CSV File into Unifier

Using CSV File to Import Attachments

Internationalization and CSV Files



Last Published Wednesday, December 20, 2023