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
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
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>
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo