Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

ebXML

(Ensemble) Use ebXML messages to interface with other systems.

Background Information

ebXML is a business-to-business message transport framework that allows documents of all shapes and sizes to be transported between systems, enterprises, governments etc. It uses multi-part MIME messages to transport a SOAP payload wrapper along with any attachments. Note that ebXML runs across many protocols, so it is not actually a web service.

Available Tools

EnsLib.ebXML package

Provides classes that represent an ebXML interface. For example, the EnsLib.ebXML.MessageOpens in a new tab class is used to represent any given ebXML message. This class is a container for the ebXML/SOAP headers and the payload attachments themselves.

Availability: All Ensemble-enabled namespaces.

FeedbackOpens in a new tab