Skip to main content

API interface to the OCI-P SOAP provisioning interface of a Broadworks softswitch.

Project description

Broadworks-OCIP-SOAP

Broadworks-OCIP-SOAP is a Python wrapper package built on top of the original Broadworks OCI-P Interface package. It changes the connection method to access the Broadworks OCIP provisioning interface over the SOAP API, while keeping the same usage, commands, and overall behavior as the original package.


Overview

This package leverages the hard work of the original Broadworks OCI-P Interface package and adapts it to use the SOAP API interface for communicating with a Broadworks softswitch.

If you're already familiar with the original package, you will notice that the usage is identical, and you can refer to its documentation for further details.

However, as this is another package and uses a different connection there are small changes. For details see Installation & Usage

Features

  • SOAP API Connection:
    Switches the underlying connection to use SOAP API for accessing the OCIP interface.

  • Seamless Integration:
    Retains the same API, commands, and user experience as the original Broadworks OCI-P Interface package.

  • Fully Compatible:
    Uses the same Python objects matching Broadworks schema objects, supports authentication, session management, and command execution.

  • Based on Broadworks Schema R25:
    Adheres to the Broadworks schema R25 (with some changes from earlier R24-based implementations).


Current Version

Version: 0.1.0

Note: This version reflects the wrapper's initial release. All underlying functionality is provided by the original Broadworks OCI-P Interface package.


Installation

Install Broadworks-OCIP-SOAP with pip:

python3 -m pip install broadworks-ocip-soap

Usage

The package is used in exactly the same way as the original Broadworks OCI-P Interface package. For example:

from broadworks_ocip_soap import BroadworksSOAP

# Configure the API, connect, and authenticate to the Broadworks server
api = BroadworksSOAP(
    url=args.url username=args.username, password=args.password, user_agent=args.user_agent
)

# Get the platform software version
response = api.command("SystemSoftwareVersionGetRequest")
print(response.version)

For more detailed usage and API commands, please refer to the orginal documentation.

Credits

This package builds upon the excellent work of the original Broadworks OCI-P Interface package. Special thanks to:

Nigel Metheringham <nigelm@cpan.org> – Developer of the original Python version.

Karol Skibiński – For extensive testing, bug reporting, and valuable contributions.

@ewurch (Eduardo Würch) – For contributing the R25 schema update and other improvements.

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

broadworks_ocip_soap-0.1.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

broadworks_ocip_soap-0.1.0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file broadworks_ocip_soap-0.1.0.tar.gz.

File metadata

  • Download URL: broadworks_ocip_soap-0.1.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for broadworks_ocip_soap-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d5eaa201bfc7219ba98b502304fffbf73639d3c76bbc0e766aedebf96ff2d3e0
MD5 4ab357bd9c4ab3d8cef92f8dc602d65d
BLAKE2b-256 0a13ca60cdaa2b701dab53597d0b493e8d0af8a30d2be3a5e19c7c927c627ea7

See more details on using hashes here.

File details

Details for the file broadworks_ocip_soap-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for broadworks_ocip_soap-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e8d5f31c97cf1e2abc0196d96a98dba68115d515666bf1e1e45bd043111184ee
MD5 2f94cad5cc4f4cd4e71aa2b64379f4ba
BLAKE2b-256 e0f8a8c15456babd31c406bf3bbc3508d5fa9323627fef0af96c341eb3b1daad

See more details on using hashes here.

Supported by

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