B4J Question Rest or SOAP web service for SQlite using B4J

itobinh

New Member
Licensed User
Dear Experts,
I have a small project to develop desktop program to receive data from external software over rest or soap web service then store the data into SQlite.
Simple list view grid to display the data and data filtering function. More or less done with data list view grid and filtering with help from all experts in this forum, many thanks.
Now the hard part ... the rest or soap web service part, to receive JSON format, insert into the SQlite database.
Any helps are highly appreciate 🙏
Thank you.
Rgds,
/itobinh
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Hi
You need

And

And for soap
 
Upvote 0

itobinh

New Member
Licensed User
Hi
You need

And

And for soap
Thank you EnriqueGonzalez.

Not sure if I can use your solution to create B4J program that will provide rest server on SQlite database for external system (client). So the B4J program will be the rest server and external software will be the rest client.
 
Upvote 0

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Oh I see
Then use
 
Upvote 0
Top