Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Select Git revision
  • apiTestsUpdate26082024
  • development default
  • release/5.1.x
  • feature/EDELIVERY-15382-rest-api-jwt-authentication-for-dynamic-discovery-client
  • feature/EDELIVERY-13760-translate-server-side-error-messages
  • bugfix/EDELIVERY-14172-domismp-accepts-requests-with-wrong-domain-header-value
  • EDELIVERY-15372-upgrade-libraries-and-plugins-and-update-httpclient-to-httpclient5
  • EDELIVERY-15377-migrate-to-angular-20
  • bugfix/EDELIVERY-14196-select-domain-select-resource-dropdown-should-be-order-alphabetically
  • feature/EDELIVERY-12753-sml-integration-migration-to-different-smp
  • feature/EDELIVERY-13757-extend-session-dialog-should-have-an-active-counter
  • EDELIVERY-15144-sql-update
  • bugfix/EDELIVERY-14326-ui-edit-resource-filters
  • feature/EDELIVERY-15144-domismp-system-notification-generalize-time-expiration-alerts
  • bugfix/EDELIVERY-15102-alert-is-not-appearing-when-adding-duplicated-certificate
  • bugfix/EDELIVERY-15203-small-left-grid-shows-no-data-found-for-1-2-seconds-before-loading-the-data
  • EDELIVERY-15219-search-filter-with-understore-char-does-not-work
  • bugfix/EDELIVERY-15226-certificates-error-when-trying-to-delete-certificates
  • bugfix/EDELIVERY-15224-error-when-trying-to-update-info-from-profile-page
  • bugfix/EDELIVERY-15225-emails-are-not-sent-in-domismp
  • feature/EDELIVERY-12746-external-secret-sharing-services-as-vaults
  • 5.1.1
  • 5.1
  • 5.1-TEST
  • 5.1-RC1
  • 5.0.1
  • 5.0
  • 5.0-RC1
  • 4.2
  • 4.2-RC1
  • 4.1.2
  • 4.1.1
  • 4.1.0
  • 4.1.0-RC1
  • 4.0.0
  • 4.0.0-RC1
  • 3.0.2
  • 3.0.1
  • 3.0.0
39 results

smp

  • Clone with SSH
  • Clone with HTTPS
  • Service Metadata Publishing

    License badge Documentation badge Support badge

    Introduction

    This is the code repository for eDelivery SMP, the sample implementation, open source project of the European Commission eDelivery SMP profile implementation.

    Any feedback on the application or the following documentation is highly welcome, including bugs, typos or things you think should be included but aren't. You can use JIRA to provide feedback.

    Following documents are available on the Domibus release page:

    • Administration Guide
    • Software Architecture Document
    • Interface Control Documents

    Top

    Overall description

    To successfully send a business document in a (4-corner) network, an entity must be able to discover critical metadata about the recipient (Access Point) of the business document, such as types of documents the Access Point is capable of receiving and methods of transport supported. The recipient makes this metadata available to other entities in the network through a Service Metadata Publisher service. The eDelivery SMP profile describes the request/response exchanges between a Service Metadata Publisher and a client wishing to discover Access Point metadata. The profile is based on the OASIS Service Metadata Publishing (SMP) Version 1.0 standard.

    The eDelivery SMP application is an implementation of the eDelivery SMP profile. The application also has a feature to configure the integration to SML using PEPPOL Transport Infrastructure SML specifications.

    eDelivery SMP is the Open Source project of the AS4 Access Point maintained by the European Commission.

    If this is your first contact with the eDelivery SMP, it is highly recommended to check the SMP Software page.

    Top

    Build

    In order to build eDelivery SMP, you need to have the following installed:

    • Java JDK 8 or JDK 11
    • Maven 3.6+

    To build eDelivery SMP, run the following command in the root directory of the project:

    mvn clean install 

    Top

    Install and run

    How to install and run eDelivery SMP can be read in the Admin Guide available on the eDelivery SMP Release Page.

    Top

    License

    eDelivery SMP is licensed under European Union Public Licence (EUPL) version 1.2.

    Top

    Support

    Have questions? Consult our Q&A section. Still have questions? Contact eDelivery support.

    Top