Skip to content Skip to sidebar Skip to footer
Showing posts with the label Web Services

Can Not Pass Serialized Object From Android To C# Web Service

I want to send an object from android app to c# web service by ksoap2. The webService method get a … Read more Can Not Pass Serialized Object From Android To C# Web Service

Xmlpullparserexception: Expected A Quoted String(position:docdecl @1:62 In Java.io.inputstreamreader)

Code: SoapObject request = new SoapObject(NAMESPACE, SOAP_METHOD_GETDATATBL); … Read more Xmlpullparserexception: Expected A Quoted String(position:docdecl @1:62 In Java.io.inputstreamreader)

How To Encrypt Data In Android

I am using PHP WebService to send my data to server. Somehow my data is too much important and for … Read more How To Encrypt Data In Android

Rest Client Logging For Androidannotations

I am attempting to use AndroidAnnotation's rest client to access a web service. I am receiving … Read more Rest Client Logging For Androidannotations

Android Webservice Access Error

I have a simple java web service deployed on Tomcat7 server. I have used Axis2 as soap engine.(Web … Read more Android Webservice Access Error

Big Video To String Base64 Causes Outofmemoryerror

i need to send video to webservice in .net, im send a string base64 encode, if the video its about … Read more Big Video To String Base64 Causes Outofmemoryerror

Special Characters With Ksoap

I'm using KSOAP2 to invoke a web service. I am getting a response, but the special characters w… Read more Special Characters With Ksoap

Android Calling .net Webservice Ksoap2

I am calling a .NET webservice using ksoap2 in android and i get a response someting like this any… Read more Android Calling .net Webservice Ksoap2