79402503

Date: 2025-01-31 10:53:53
Score: 0.5
Natty:
Report link

The Peppol Access Point (AP) setup and the configuration of the test bed can indeed be a bit confusing if you're unfamiliar with the specifics.

Will the Peppol Test Bed send both the SBDH and the AS4 message to the same URL?

The Peppol test bed sends two types of messages:

These two components are typically sent in separate HTTP requests to the endpoint you provide in the test bed configuration. However, the test bed will not send both the SBDH and AS4 message in the same HTTP request.

2. How to identify which is the SBDH and which is the AS4 message?

Here’s how you can differentiate them:

3. What URL should you provide in the test bed configuration?

You need to provide the same endpoint URL in the Peppol test bed configuration for both types of messages, because they will be sent as separate requests to the same endpoint. This means:

If you're using a single endpoint, you'll need to parse and handle both the SBDH metadata and the AS4 message in your system, so your endpoint should be prepared to:

4. What should your endpoint be able to handle?

Your endpoint URL should be configured to:

The endpoint should then process the SBDH metadata first and then act on the AS4 message once it is validated and processed. Ensure your endpoint is capable of distinguishing the SBDH metadata from the actual business document (user message) based on the request structure.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: CodeMaven42