hello
i write a web service and upload it in my host. its show a string which is count of online users of site. it works fine and in my websites it test it.
now in B4A, I WANTS TO call this process. but it don't work.
Dim job1 As HttpJob ' in sub global
job1.Initialize("OnlineUsers",Me)
job1.JobName ="OnlineUsers"
job1.PostString("mywebservive/MYServices2.asmx/OnlineUsers_Counts","OnlineUsers")
thanks
i write a web service and upload it in my host. its show a string which is count of online users of site. it works fine and in my websites it test it.
now in B4A, I WANTS TO call this process. but it don't work.
Dim job1 As HttpJob ' in sub global
job1.Initialize("OnlineUsers",Me)
job1.JobName ="OnlineUsers"
job1.PostString("mywebservive/MYServices2.asmx/OnlineUsers_Counts","OnlineUsers")
thanks