Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RenateS authored Jun 7, 2024
1 parent 4d0ca49 commit 4cc3096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Holodeck SMP Server
Holodeck SMP Server is a _service meta-data publisher_ that provides _capability_ information of _Participants_ in a data exchange network. It is commonly used in four-corner networks, such as [Peppol](https://peppol.org) and the [Business Payments Coalition’s (BPC) E-invoice Exchange Market Pilot](https://businesspaymentscoalition.org/) to find the _Access Point_ of the _Service Provider_ that handles the exchange of documents, like invoices and orders, on behalf of the _Participant_.
Holodeck SMP Server is a _service meta-data publisher_ that provides _capability_ information of _Participants_ in a data exchange network. It is commonly used in four-corner networks, such as [Peppol](https://peppol.org) and the [Business Payments Coalition’s (BPC) E-invoice Exchange Market Pilot](https://businesspaymentscoalition.org/) / [Digital Business Network Alliance](https://www.dbnalliance.org/) to find the _Access Point_ of the _Service Provider_ that handles the exchange of documents, like invoices, remittances and orders, on behalf of the _Participant_.
The current version supports the OASIS Standard [Service Metadata Publishing (SMP) version 2.0](https://docs.oasis-open.org/bdxr/bdx-smp/v2.0/os/bdx-smp-v2.0-os.html) as used by the Business Payments Coalation (BPC) and the [Peppol specification](https://docs.peppol.eu/edelivery/smp/PEPPOL-EDN-Service-Metadata-Publishing-1.2.0-2021-02-24.pdf). It also supports basic integration with the Peppol SML and Peppol Directory.

The server application available for download contains two separated interfaces, a REST based API for responding to queries and a web-based user interface for managing of the Participant's capabilities. By separating the query and management interfaces it is easy to manage access to them independently. Optionally a REST API for managing Participants can be added.
The server application available for download contains two separate interfaces, a REST based API for responding to queries and a web-based user interface for managing of the Participant's capabilities. By separating the query and management interfaces it is easy to manage access to them independently. An optional REST API for managing Participants can be activated.

__________________
Lead developer: Sander Fieten
Code hosted at https://github.com/holodeck-b2b/Holodeck-SMP
Issue tracker https://github.com/holodeck-b2b/Holodeck-SMP/issues

## Usage
For more information about installing and using the server, please see the documentation at [our website](https://holodeck-smp.org/).
For more information about installing and using the server, please see the documentation on [our website](https://holodeck-smp.org/).

## Contributing
We are still working on improvements and addition of features. This may result in changes to the internal architecture of the server. If you would like to contribute to this project please contact us, so we ensure efficient cooperation.
Expand Down

0 comments on commit 4cc3096

Please sign in to comment.