Naming Conventions in Web Services
The naming conventions for the Web Services are as follows:
- Route names start with ws_.
- The rest of the name should be in upper camel case following a consistent project wide format.
An example of a service name for a Remittance project that retrieves a balance might be ws_RemittanceRetrieveBalance.
All names should be approved by the lead developer/team and should be specified in the design to keep a consistent naming approach for the project.
Remember that the Web Service will be a Talend Job and its name does not necessarily have to have anything in common with it endpoint or URI. Standards for these are in the next section.