About ksoap2-android

798 views
Skip to first unread message

Manfred Moser

unread,
Oct 29, 2010, 7:50:42 PM10/29/10
to ksoap2-android
This mailing list is the main means of communication for user of the
ksoap2-android project found at http://code.google.com/p/ksoap2-android/

Manfred Moser

unread,
Sep 13, 2011, 1:54:14 AM9/13/11
to ksoap2-...@googlegroups.com
ksoap2-android is a maintained forked of the ksoap2 project and has additional features and bug fixes. If you have problem with ksoap2, try ksoap2-android before you post questions on the list. Also if you use an old version... upgrade first.
Message has been deleted

Sergio Ruiz

unread,
Jan 3, 2014, 3:53:06 PM1/3/14
to ksoap2-...@googlegroups.com
I'm using 3.0.0 and works great with API level 8 as MinSDK..
Try 3.1.1 to see how it's work with API level 11 as MinSDK..

If this is not enough, I make a new project that include KSoap managment to debug and post the exception.

Manfred Moser

unread,
Jan 3, 2014, 3:56:31 PM1/3/14
to ksoap2-...@googlegroups.com
There were some changes related to the connection from 3.0 to 3.1



--
You received this message because you are subscribed to the Google Groups "ksoap2-android" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ksoap2-androi...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Anatoliy Shuba

unread,
Jan 3, 2014, 3:59:01 PM1/3/14
to ksoap2-...@googlegroups.com

Ho Edgar.
First of all try to remove any quotes symbols ftom httpTransport.call() method's parameter. I mean \"

21 мая 2013 г. 1:39 пользователь "edgar garcia" <gad...@gmail.com> написал:
Hello Manfred,
My Name is Edgar Garcia I'm a begging guy using Web Services JAX-WS and Android apps. Actually I created a WS with all annotations @WebService, @WebMethod and @WebParam. My method receives two string parameters username and password, but when I invoke this method from my android app using ksoap2, the method recieves NULL values :S. I was researching and applying all stuff that I saw but nothing seems work.

How do you accomplish your web services with Android app for the string parameters?

/***************Android****************/
SoapObject request = new SoapObject("http://my.services/", "getList");
request.addProperty("username", "username");
request.addProperty("password", "pwd123");
SoapSerializationEnvelope envelope = new SoapSerializationEnvelope(SoapEnvelope.VER11);
envelope.dotNet = true;
envelope.setOutputSoapObject(request);
HttpTransportSE httpTransport = new HttpTransportSE("http://10.0.2.2:8080/Service");
try {
httpTransport.call("\"http://my.services/getList\"", envelope);
response = envelope.getResponse();
}
catch (Exception exception) {
return exception.getMessage();
}
/**********Java Method**********************/
public String getList(@WebParam(name="username") String username,@WebParam(name="password") String password) 
Could you please tell me what I'm doing wrong?


Thanks in advance
Edgar garcia

On Tuesday, September 13, 2011 12:54:14 AM UTC-5, Manfred Moser wrote:
ksoap2-android is a maintained forked of the ksoap2 project and has additional features and bug fixes. If you have problem with ksoap2, try ksoap2-android before you post questions on the list. Also if you use an old version... upgrade first.

--

Rizz Khan

unread,
Jun 23, 2014, 12:54:42 AM6/23/14
to ksoap2-...@googlegroups.com
Hi All,
I am facing a problem while using KSOAP2 library in my android project that is the data is displaying in some of the devices like in HTC and in some devices it is giving Socket timeout exception
I have tried different version of KSOAP like 2.5.5, 2.5.7 and 3.3.0
Thanks in advance
Reply all
Reply to author
Forward
0 new messages