EBICS Import Certificate Service
The EBICS Import Certificate service creates and deletes operations in the Sterling B2B Integrator repository.
The following table provides an overview of the EBICS Import Certificate service:
System Name |
EBICS Import Cert Service |
Graphical Process Modeler (GPM) categories |
All Services |
Description |
Use this service to perform create and delete operations in the Sterling B2B Integrator repository. |
Business usage |
Use this service to add certificates from an external repository to Sterling B2B Integrator. You can also delete the expired or invalid certificates. |
Usage examples |
Use this service to import the certificates from an external certificate repository into Sterling B2B Integrator. |
Preconfigured? |
Yes |
Requires third-party files? |
No |
Platform availability |
All supported Sterling B2B Integrator platforms. |
Related services |
Export Certificate service |
Application requirements |
None |
Initiates business processes? |
No |
Invocation |
None |
Business process context considerations |
None |
Returned status values |
Fatal - Nonrecoverable error Transient – Recoverable error Logic - Recoverable error Success Warning |
Restrictions |
None |
Persistence level |
System default |
Debug |
Debugging information for this service is located in Sterling B2B Integrator. Navigate to . |
Business Process Example
The following example business process illustrates importing certificates from an external repository into Sterling B2B Integrator:
<process name="ebics_testImportService">
<sequence>
<operation name="Import Cert Service">
<participant name="TestEBICSCertImport"/>
<output message="TestEBICSCertImportTypeInputMessage">
<assign to="." from="*"></assign>
</output>
<input message="inmsg">
<assign to="." from="*"></assign>
</input>
</operation>
</sequence>
</process>