JBilling Endpoints
Hi,
I am using Java WS to contact with JBilling. I have found one endpoint on adress: http://localhost:8080/jbilling/services/migration?wsdl
But I want to exchange more information beetween apps. So my question is, do you can provide more endpoints, from which I can take more WSDL files to apache CXF.
My goal is to create a new user, new invoice just by exchanging info through webservices. Maybe you have some advices. At this current moment I only see one possibility to extend JBilling api with my own development, but it would take too long.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by ahmed.drira@gma... on 23 Aug, 2017 12:05 PM
Hello
i think that there no more endpoint on the community edition ,
you sould implement endpoint that feet your buisness
2017-08-23 14:00 GMT+02:00 Krzysztof Chris <[email blocked]
>:
2 Posted by Krzysztof Chris on 23 Aug, 2017 12:14 PM
Ok, so for example if I want to send data and create Invoice via webservice, should I implement also an algorithm, which can add this to DB and take it further through buisness logic? Or any of this is already implented and dont have to consider? For example... i am sending required data for pre-made invoice, something in the background is filling up the rest and I can recieve post-made invoice? (maybe something like scheduler?)
3 Posted by ahmed.drira@gma... on 23 Aug, 2017 12:24 PM
controller in jbilling are well done, they call a services class which do
all the job and encapsulate all billing buisness logic ...
so what you have to do is juste create your endpoint class under the folder
service i think and make call to servicess class called by jbilling
controller ... you can expose all what is done by controller as a web
services
2017-08-23 14:14 GMT+02:00 Krzysztof Chris <[email blocked]
>:
4 Posted by Krzysztof Chris on 23 Aug, 2017 12:27 PM
Thank you for you assisstance. I am almost sure, that I will have to do it, and if so I will that way.
5 Posted by vikas bodani on 24 Aug, 2017 07:08 PM
Let me clarify, you are okay that user and invoice would not be saved to DB?
What are the data field you are capable to send to this service as an input?
Vikas Bodani
Mobile: +91-9828-605-495
Web Data Technologies LLP, Jaipur, India
www.webdatatechnologies.in <http://www.webdatatechnologies.in/> | @WebDataConsult <https://twitter.com/WebDataConsult>
6 Posted by Krzysztof (Chri... on 05 Sep, 2017 12:49 PM
Sorry for so late respond, but I didnt recieve any info on my mail address
I would like to save data to DB, and if I have full access to services class that should be avaiable, am I correct?
I can adjust data to JBilling needs in the input side.