Skip navigation links

Package com.highdeal.hci

This Java package provides the main Java classes and Java interfaces to implement the management of the communications between your client application and the connected SAP CC system via the HTTP Communication Interface (HCI) technical interface of SAP Convergent Charging; With this package, you can develop a client application able to send multiple operation requests and handle the results and exceptions.

See: Description

Package com.highdeal.hci Description

This Java package provides the main Java classes and Java interfaces to implement the management of the communications between your client application and the connected SAP CC system via the HTTP Communication Interface (HCI) technical interface of SAP Convergent Charging; With this package, you can develop a client application able to send multiple operation requests and handle the results and exceptions.
Technical Interface HCI (HTTP Communication Interface)
Communication Protocol XML over HTTP (or HTTPS)
Communication Mode Asynchronous, synchronous
Public Endpoints Dispatcher instances of the SAP CC system (Each dispatcher instance has a communication port relating to the HTTP communications)
API Technology
  • [x] Java
  • [ ] SOAP
  • [x] Proprietary XML
SAP CC Java Library core-client.jar
Security Yes (see the SAP CC Security Guide)

Technical Interface: HTTP Communication Interface (HCI)

Communication Infrastructure

The HTTP Communication Interface (HCI) technical interface defines a communication infrastructure to exchange messages in envelopes between your client application and the connected SAP CC system.

Business Services

The HCI technical interface provides the following business services for configuring master data and customer master data.

Business Service Master Data Configuration Customer Master Data Configuration
Description Catalog management Provisioning
Services
  • Pricing Catalog Management in SAP CC
  • Commercial Product Catalog Management in SAP CC
  • Business Partner and Agreement Management
  • Order Capture and Contract Management
  • Technical Data Management
Environment Prepaid and postpaid Prepaid and postpaid

Recommendation

Refer to the SAP CC Application Help for more information about the catalog management and about the customer data provisioning.

Technical Services

The HCI technical interface provides some technical services for administering the SAP CC systems. Consider the package com.highdeal.admin.hci that delivers these technical services and implement the operations depending on your business requirements.

APIs for the HTTP Communication Interface

To implement some business services available in the HCI technical interface of SAP CC, you can use the following Java packages:

Features

The HCI technical interface provides important features that you can implement in your SAP system landscape.

Note

Consult the SAP CC Application Help for more information about high availability, high volume data, and performances. It details the functions and mechanisms available in SAP Convergent Charging.

Security
The HCI technical interface provides secured communications via the HTTPS channel. Consult the SAP CC Security Guide.

Communications

Similar Information

Consider the following technical interfaces of SAP Convergent Charging:

Technical Interface Specifications
Message TCP In this SAP product documentation
Web Services SOAP API Reference
Skip navigation links
Document Published: November 2017 (SAP CC 5.0 SP 0 and Later)