[android-developers] KSOAP2 Library…Error sending data to asmx webservice

2012-01-16 Thread pathachiever11
I have an ASMX webservice setup on Microsoft Azure and I'm trying to send data to the webservice and receive output using an android application. For this purpose, I am using the KSOAP library. On the webservice, I'm checking if the strings are null. If they are, I return an error code "2405" [We

[android-developers] KSOAP2 + ANDROID - Consumir WS .NET

2011-12-28 Thread cassiano_android
Bom dia, Não consigo comunicação com o WS. O metodo: androidHttpTransport.call(SOAP_ACTION_LOGIN, envelope); não executa. Segue meu codigo java: package br.login; import java.io.IOException; import org.ksoap2.SoapEnvelope; import org.ksoap2.serialization.SoapObject; import org.ksoap2.serializa

Re: [android-developers] Ksoap2

2011-11-14 Thread Eray Ince
you can use any listener (wireshark, http analyzer, etc ) to view soap envelope. On 14 November 2011 09:07, venugopal reddy wrote: > Hello nag, > > Is it possiable to print soap envelope info using ksoap api > > On Wed, Jul 13, 2011 at 2:14 PM, nageswara rao rajana < > nagu.raj...@gmail.com>

Re: [android-developers] Ksoap2

2011-11-14 Thread arun kumar
Hi can we use Ksoap library for sap webservices? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsu

Re: [android-developers] Ksoap2

2011-11-13 Thread venugopal reddy
Hello nag, Is it possiable to print soap envelope info using ksoap api On Wed, Jul 13, 2011 at 2:14 PM, nageswara rao rajana wrote: > > > Hello friend Ksoap is android specific, using this jar files you can web > services(Soap) which were developed on java Or .Net. > > -- > You received this me

Re: [android-developers] Ksoap2

2011-07-13 Thread nageswara rao rajana
Hello friend Ksoap is android specific, using this jar files you can web services(Soap) which were developed on java Or .Net. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegrou

Re: [android-developers] Ksoap2

2011-07-12 Thread vijayakumar M
check this url.. http://iamvijayakumar.blogspot.com/2011/06/android-ksoap2-web-service-parsing-data.html On Wed, Jul 13, 2011 at 3:22 AM, daysaver wrote: > Hello everyone I am new to this group I just wanted to know if anyone > has any experience with Ksoap2. I have started a new job as an andr

[android-developers] Ksoap2

2011-07-12 Thread daysaver
Hello everyone I am new to this group I just wanted to know if anyone has any experience with Ksoap2. I have started a new job as an android developer and they want me to write a application that uses their soap web service. Any information, useful links and tutorials would be really appreciated I

[android-developers] Ksoap2

2011-07-12 Thread Eren Aydın
Can we use ksoap2 library for java or oracle based webservices ? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to a

[android-developers] KSOAP2 Stub Generator tool for android

2010-10-28 Thread muhammad mahmood
Hi all, I would like to generate a stub for android. Only one tool is available at "http://ksoap2genstub.sourceforge.net"; but i am facing issues with it. java.rmi.remote is not available in android, but this tool generates a class with that. Is anyone know any other reliable tool or a solution of

[android-developers] Ksoap2 Android project revived and new release

2010-10-18 Thread Manfred Moser
Hi! I just wanted to give you all a heads up that the dormant ksaop2- android project has been revived http://www.simpligility.com/2010/10/reviving-ksoap2-for-android/ and a new release 2.5.1 has been created. Among other things it fixed problems with attribute parsing and soapfault catching. Th

[android-developers] KSoap2 issues

2010-10-10 Thread Bryan
Hi, does anyone know how to use Ksoap2 to send out a body request with more than 1 element? I have been working on this for days, and cannot find a suitable response, but the issue is that ksoap2 can only support the use of a single parent element within the soap request body. Here is the snippet o

[android-developers] ksoap2 livrary in android

2009-07-29 Thread gn00616031
i want to use ksoap2 library on my application and i got a ksoap2 library from http://code.google.com/p/ksoap2-android/ i add it as an external library but my application will crash when it need to use the library what's wrong with me@@? --~--~-~--~~~---~--~~ Y

[android-developers] KSoap2 SSL Https Webservice

2009-03-13 Thread SeedZero
I'm using KSoap2 J2SE to call on my Webservice and it works fine when I do a normal http call but when I trying to make it secure by doing a https call I get a InvocationException when I run debug mode which I don't know why I'm getting it or what to do about it. I was reading on older forums bef

[android-developers] kSOAP2 with SDK1.0

2008-12-04 Thread Smith, Miles J (DOH)
I'm having a helluva time trying to get ksoap2 working with Android. All the samples I see (including the modified .jar with AndroidHttpTransport in it) fail because of the relocation of org/apache/commons/httpclient/SimplehttpconnectionManager. Can someone provide me with a tutorial, sample, any

[android-developers] KSOAP2 and .NET web service

2008-11-17 Thread pk
Please help, I have spend days trying to get this to work without any luck. I am calling a .NET web service with the latest (ksoap2-j2se- full-2.1.2.jar) build. I can get responces with the servcice returning basic strings and ints but I cannot get the service to take parameters in. The code below

[android-developers] ksoap2 jar has no source attachment, source not found (Please Help!)

2008-11-03 Thread pk
I have been trying to access a web service with ksoap2 through eclipse. I have added the ksoap2 .jar file into a lib file inside the project and then went to the project properties/project build path/ libraries/Add external jars to include the library. The code compiles and runs but every time I h

[android-developers] Ksoap2 terminology

2008-09-19 Thread amishera
HI, I was trying to create a soap client on android using ksoap2. In every sample code I read I found this: private static final String SOAP_ACTION = "..."; private static final String METHOD_NAME = "..."; private static final String NAMESPACE = "..."; private static final String URL

[android-developers] ksoap2, android and cxf

2008-08-25 Thread [EMAIL PROTECTED]
i'm currently write a webservice with cxf and i want to consume it with android. so i decided to use ksoap2 (with se standard extension). my android code : SoapObject request = new SoapObject(NAMESPACE, METHOD_NAME); request.addProperty("register", "test"); // wh