Hi,
 
I'm developing an android application. I want to create a web service to 
connect database server. And use  ksoap2 to connect to webservice.
Can anybody help me, how to security in webservice and how to connect from 
android to that webservice. Has anything like session????
 
I hace searched on the internet, found some thing like:
 List<HeaderProperty> headers = new ArrayList<HeaderProperty>(); 
headers.add(new HeaderProperty("Authorization", "Basic XXXXXXXXXX")); 
HttpTransportSE androidHttpTransport = new HttpTransportSE(URL); 
Object result = null;                
final Object response = androidHttpTransport.call(SOAP_ACTION, envelope,headers
);
 
http://stackoverflow.com/questions/5501743/webservice-http-authentication-ksoap2-on-android
 
but i don't know how it security?
 
Can anybody help me, thanks a lot. I'm new bee
 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to