The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

Retrieve an Order

Create a new order

SUBROUTINES/METHODS

getAPI

This method initiates a SOAP::Lite object for later re-use

new

Constructs the jBilling::Client::SOAP object