Frends.As4.ValidateAndParsePayload / 1.0.0
Summary
Checks an inbound AS4 message's signature and encryption, extracts the payloads it carries and builds the receipt to return. AS4 allows several payloads in one message, so the result is a collection.
Typical use — behind a Frends API endpoint receiving partner traffic over AS4
1.0.02026-08-20
Added
- Initial implementation of the AS4 ValidateAndParsePayload task.
- Validates an incoming AS4 (ebMS) message using the NSoftware IPWorks EDI AS4Server component.
- Extracts the EDI payload, sender/receiver party identifiers and message id.
- Optionally validates the signature (partner certificate) and decrypts the payload (own PFX certificate).
- Returns the AS4 receipt content for use in a later receipt response.