2017 © Pedro Peláez
 

library blackboard-web-services-php-library

Client library for library for Blackboard SOAP Web Services

image

jon-gonzalez/blackboard-web-services-php-library

Client library for library for Blackboard SOAP Web Services

  • Friday, September 19, 2014
  • by jon-gonzalez
  • Repository
  • 1 Watchers
  • 0 Stars
  • 202 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Blackboard Web Services Library for PHP

This is a library for connecting to Blackboard SOAP Web Services from PHP. We have tested this against our installation of Blackboard Learn 9.1.60230.0., (*1)

Why not use PHP's built in SOAP functionality?

Blackboard's Web Services require the use of the WS-Security stack when communicating with other systems. Unfortunately, PHP's built-in SOAP library does not support WS-Security. Because of this, a library had to be built to create the connection between PHP and Blackboard., (*2)

After much time, we determined that even using the built-in SOAP library and modifying the SOAP headers was not enough to connect., (*3)

So, how did you build this?

We installed a library for Blackboard written in Python and used Wireshark, a network analysis tool, to inspect the packets being sent from the Python library to Blackboard. We then reconstructed the XML and headers sent from that library using cURL in PHP. Using cURL (or built-in PHP streams), we then successfully connected to Blackboard to perform operations., (*4)

License

BbPHP: Blackboard Web Services Library for PHP is licensed under the MIT License., (*5)

The Versions

19/09 2014

dev-master

9999999-dev

Client library for library for Blackboard SOAP Web Services

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

The Development Requires

blackboard

15/09 2014

v1.0

1.0.0.0

Client library for library for Blackboard SOAP Web Services

  Sources   Download

MIT

The Requires

  • php >=5.2.1

 

The Development Requires

blackboard