How Can jBilling Help You?
Who’s Using jBilling?

“jBilling handles any complex subscription we can think of.”
Russell Vowles
UK Broadband Ltd.
See all testimonials >

jbilling api issue

hi
i need to integrate jbilling in my company using the api or web services.
im using jbilling-community-3.0.1 and im having problems using the api or soap web services.
in version 2 you use JbillingAPI and JbillingAPIFactory for api calls but it seams that they have been removed.
also i cant find a way to start the webservices .

i would appreciate any help on how to use the api or web services and an example would be very appreciated.

regards

 
p.maks wrote 11 weeks 6 days ago

jbilling-community-3.0.1 API support removed

They have removed API support in jbilling-community-3.0.1 version you will have to buy Enterprise Edition http://www.jbilling.com/product-comparison

 
rcibor wrote 30 weeks 2 hours ago

RMI Service?

In jBilling 2.2 I used to call api like this:


JBillingAPI api = null;
try {
api = JbillingAPIFactory.getAPI();
api.authenticate("admin", "123qwe");
} catch (JbillingAPIException e) {
logger.severe("JBilling API exception occured: " + e.getMessage() + "./n"
+ "Connection with jBilling couldn't been realized...");
}

I guess JBillingAPI's place is now taken by IWebServicesSessionBean interface (which was directly used back in 2.2)
Whatever plays the role of external interface, how can I retrieve the object? There was once RMI service which offered it, but now it's gone.

Documentation found in src/doc is incompatible with sources to the latest version.

Please register or login to post a comment.