[android-developers] Re: Ksoap2 terminology

2008-09-24 Thread sacoskun
If you are planning to consume .NET web services on the server side, here is an article about it. http://java.codeproject.com/KB/mobile/CallWebServiceFromkSOAP.aspx Regards, sacoskun On Sep 24, 5:42 am, amishera <[EMAIL PROTECTED]> wrote: > Hi, > I finally figured out how to set the values of t

[android-developers] Re: Ksoap2 terminology

2008-09-23 Thread amishera
Hi, I finally figured out how to set the values of the variables by looking at the codes and wsdls in the group for ksoap2. Probably I should write a wiki on this :) About the net connection problem I entered a hypothetical IP such as 10.0.2.2 and then I had to set the user permission on the mani

[android-developers] Re: Ksoap2 terminology

2008-09-21 Thread maennel
Hi amishera, Maybe, try to connect to your Web Service using the IP of your PC and not localhost nor 127.0.0.1. If that doesn't work, verify the namespace!!! I had the problem that I forgot to put a "/" (slash) in the end of the string. Without the slash there was no way to make it function. Afte

[android-developers] Re: Ksoap2 terminology

2008-09-21 Thread adityaw
Try this: http://www.anddev.org/webservice_soap_with_complex_data_type_and_ksoap_client-t2195.html On Sep 21, 10:35 am, amishera <[EMAIL PROTECTED]> wrote: > The problem is I could not find any server side example. So how am I > supposed to know the meaning of say SOAP_ACTION? I published my w

[android-developers] Re: Ksoap2 terminology

2008-09-20 Thread amishera
The problem is I could not find any server side example. So how am I supposed to know the meaning of say SOAP_ACTION? I published my web service using apache cxf, so I know what should I write in my client side code. But in this case I am completely in the dark and there is obviously no documentat

[android-developers] Re: Ksoap2 terminology

2008-09-20 Thread adityaw
Hello, I think you need to change "localhost" to the actual ip address of your machine. I read about this somewhere but I couldn't find it right now. But you should try it. On Sep 20, 11:17 am, amishera <[EMAIL PROTECTED]> wrote: > The thing is that their website does not have much documentaion.

[android-developers] Re: Ksoap2 terminology

2008-09-19 Thread amishera
The thing is that their website does not have much documentaion. I saw multiple posts related to ksoap2 here. So I was hoping there are members of this group who are quite familiar wit these concepts. I have done the following: SOAP_ACTION="helloWorld" NAMESPACE="http://localhost:9000"; METHOD_NA

[android-developers] Re: Ksoap2 terminology

2008-09-19 Thread Mark Murphy
> I was trying to create a soap client on android using ksoap2. > Please help here. Additional support for ksoap2 probably can be found at the ksoap2 site: http://ksoap2.sourceforge.net/ -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Ver