A anthonyx0 Member Licensed User Longtime User Nov 30, 2016 #1 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
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 Nov 30, 2016 #2 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
Search for okHTTP and okHTTPutils2 and install this lib Search for httputils tutorials You can use okhttputils2 to send requests to the webservice.