Skip to main content

Libraries for processing ebCore CPPA version 3 documents

Project description

A package to process ebCore CPPA3 documents.

Description

The CPPA3 package provides a collection of Python modules to process OASIS ebCore CPPA3 documents and related functionality. CPPA3 is version 3 of the ebXML Collaboration Protocol Profile and Agreement specification. A CPP is an XML document representing a party’s technical and business collaboration capabilities. A CPA is an XML document representing the agreed collaboration parameters of two parties. It can be used to configure B2B messaging systems used to exchange messages between two parties using the agreed settings. The ebCore Technical Committee (ebXML Core) is maintaining and enhancing the CPPA specification.

The development of this package tracks the development of the ebCore CPPA3 schema and specification. This release of the package is compatible with the draft version 2016-12-17, available from https://www.oasis-open.org/committees/document.php?document_id=59678 (specification WD03) and https://www.oasis-open.org/committees/document.php?document_id=59651 (XML schema draft #9) That version supports configuration covering:

Currently, four modules are provided:

  • unify.py provides functionality to automatically form a CPA from two CPPs.

  • profile.py allows CPPs or CPAs that reference “ChannelProfile” to pull in defaults specified for those profiles

  • pmode.py provides functionality to generate a (set of) P-Modes from a CPA.

  • cpa2.py is an incomplete experimental module that converts a subset of v3 CPAs to version 2.0 CPA.

Various future enhancements of this library are planned.

As the CPPA3 schema is still under development, it may change in backward-incompatible ways, and this library will be updated accordingly.

unify.py

This module defines a single function:

  • unify.

This function operates on two CPP XML documents, parsed into element trees using the Python lxml library, and returns a CPA, if one exists. If no CPA can be created, a UnificationException is thrown instead.

Internally in the module, the unify function instantiates an object of the CPABuilder class, and invokes the unify method of that object with the specified CPP documents. CPA formation is similar to unification in logic programming and involves exploring many (successful or unsuccessful) paths, possibly repeatedly. The unify function memoizes partial search results, and the class provides data structures to locally store those results (which are specific to the two input CPPs and therefore not useful in other contexts). The purpose of memoization is to some extent optimization, but also keeps the logging human-readable.

profile.py

This module defines a ChannelProfileHandler class, which has

  • load_profile_config

This method loads XML files containing definitions of Channels with a ChannelProfile element. The other content is interpreted as default values for that profile.

  • apply_profile_config

This method processes a CPP or CPA file and adds, for each Channel with a configured ChannelProfile, the relevant defaults. The CPP or CPA can override these values.

pmode.py

This module defines the following functions:

  • load_pmodes_from_cpa

  • validate_pmode

The load_pmodes_from_cpa function operates on a CPA document and returns a list of processing modes. Using optional parameters, the function can be restricted to processing modes involving a particular named or identified party. If partyname is specified, it will skip any definitions not involving a party with that name. If partyid is specified, it will skip any definitions not involving a party with that name.

The validate_pmode function operates on list of processing modes and validates this list against a JSON schema for processing modes that is part of the library.

Test Suite

A test suite is provided for the two modules. To run the test suite, you can optionally validate the CPP or CPA documents against the draft CPPA3 XML schema. To do this, you must download the schema to a readable location on the filesystem, and set the CPPA3XSDDIR environment variable to this location. If the variable is not set, no validation is done.

History

v0.17 2017-02-09 EDIINT (AS1, AS2, AS3) support including features. WS-Addressing support.

v0.16 2017-01-31 SAML token supports and WS-Addressing improvements

v0.15.1 2017-01-27 Multihop improvements

v0.14, 2017-01-04 Support SecurityPolicy in unify.py

v0.13, 2016-12-27 Fixed a bug in the JSON Pmode generator. Also fixed some tests that had expiration or activation around 2017-01-01. ..

v0.12, 2016-12-14 Support for the “allowed” and “denied” control attributes.

v0.11, 2016-11-07 Payload security; bug in handling of cppa:Expression

v0.10, 2016-11-01 New module “profile.py” for ChannelProfile.

v0.9 2016-10-06 Renamed agreementid to agreementidfun. Updated to do list.

v0.8 2016-10-02. Various Fixes, more tests.

v0.7.8 2016-09-21. Updated readme. PullHandling. More Channel Features.

v0.7.1 2016-09-20. Channel feature support for security and reliable messaging. Tests added correspondingly.

v0.6.1, 2016-08-31. Customizable AgreementIdentifier; JSON schema fixes.

v0.5.3, 2016-08-26. Some changes to ensure generated CPAs are schema-valid; cleaned up test suite.

v0.4, 2016-04-01. Experimental CPA2 module; fixes to certificates and trust anchor handling.

v0.3.9, 2016-03-16. First public release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cppa3-0.17.tar.gz (321.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page