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

“jBilling is a very solid and flexible piece of software.”
Francis Champoux
Stream The World Inc.
See all testimonials >

can't get SOAP working

Receiving the following error messages:

When going to the page - "No service was found."

&

12.01.2011 11:59:52 org.apache.cxf.transport.servlet.ServletController invoke
WARNING: Can't find the request for http://localhost:8080/billing/cxf/soap.services's Observer

 
Jim van Dam wrote 21 weeks 20 hours ago

SOAP services on jBilling

With the 3.x grails setup it is very easy to add exposing webservices: add a groovy class like this
class RemoteJBillingService implements IWebServicesSessionBean {
static transactional = true
static expose = [ "cxf" ]
WebServicesSessionSpringBean webServicesSession;
.....

and delegate all operations to the webServicesSession. For the above example using cxf you need to add grails cxf plugin, but you can do the same with RMI or axis2.
Then point your browser at http://localhost:8080/jbilling/services/remoteJBilling?wsdl and off you go!

Jim van Dam
eMagine Reality

 
emsys wrote 22 weeks 6 days ago

which version of jBilling ?

jBilling 3.x does not have expose SOAP API

Emsys Technologies
info.emsys@gmail.com

Please register or login to post a comment.