Android Question Consume WebService with HttpUtils2

jaraiza

Active Member
Licensed User
Longtime User
Hi,

This is the first time I need to implement (consume) a WebService through Android... Can someone provide help with that?

I've found many examples with json, but the WebService I'm required to consume is made in ASP.NET (.asmx) and has many methods.

I thought I had found a nice Erel's example here (http://www.b4x.com/android/forum/threads/web-service-consume-in-b4a.17446/) but it's based on old httputils.

Thanks for any help! :)
 
Last edited:

jaraiza

Active Member
Licensed User
Longtime User
Hi again,

I've found some solutions in spanish forums, so please ignore this question :)

Thanks!
 
Upvote 0

vincentehsu

Member
Licensed User
Longtime User
Got it.tks
Did u have ever try the WCF service with JSON before?
I try to find the real sample code to reference,but there's nothing found
 
Upvote 0
Top