mrjaw Active Member Licensed User Longtime User Apr 28, 2012 #1 What real advantage I get between using modules HttpUtils or use the library http directly to call webservices? All webservices just return one string value Thks
What real advantage I get between using modules HttpUtils or use the library http directly to call webservices? All webservices just return one string value Thks
Erel B4X founder Staff member Licensed User Longtime User Apr 28, 2012 #2 HttpUtils is a code module + service module that use Http library to actually make the calls. In most cases it is simpler to use HttpUtils. Upvote 0
HttpUtils is a code module + service module that use Http library to actually make the calls. In most cases it is simpler to use HttpUtils.