NAME
jBilling::Client::SOAP - Communicate with jBilling
VERSION
Version 0.06
SYNOPSIS
This module acts as an interface for functionality exposed by the jBilling SOAP API.
Initialise the library
use jBilling::Client::SOAP; my $jb = jBilling::Client::SOAP->new(); $jb->getAPI( 'username' => 'yourusername', 'password' => 'yourpassword', 'url' => 'http://yourservername:yourserverport/jbilling/services/api' ); # Initialise the API
EXAMPLES
SUBROUTINES/METHODS
getAPI
This method initiates a SOAP::Lite object for later re-use
new
Constructs the jBilling::Client::SOAP object