Android Question How to Consume Web Services WFC ?

anthonyx0

Member
Licensed User
Longtime User
Hello, I am new to B4a, I need to consume a WCF web service, pass it a parameter and return the data passed to a listview
I would appreciate some help, guidance, or suggestion. Thank you
 

DonManfred

Expert
Licensed User
Longtime User
Search for okHTTP and okHTTPutils2 and install this lib
Search for httputils tutorials

You can use okhttputils2 to send requests to the webservice.
 
Upvote 0
Top