WSHttpBinding

biku2991

New Member
Hello everyone.

I've been watching tutorials and threads about Basic4android and I'm really interested to use it in a project but I have a doubt: I have a WCF Service with WSHttBinding and custom username and password on client. I want to use an Android client but I'm not sure if I can connect to my WCF service with Basic4android. Is this possible??

Thanks in advance.
 

biku2991

New Member
Thanks for your answer, Erel.

My doubt is because in this scenario you have to send a custom username and password to the server to call a webservice method due to the implementation of WSHttBinding.

I was checking a thread about HttpUtils2 and I see that you can do something like this:

job3.Username = "username"
job3.Password = "password"
job3.Download = "http://www.address.com/service/service.svc/GetData"

It would be this kind of features that you have to use in the case that I explain you?

Thank you.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…