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 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 manifest
> file. And I got it worked!!!
>
> I greatly appreciate your help.
>
> On Sep 21, 3:48 am, maennel <[EMAIL PROTECTED]> wrote:
>
> > 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. After putting it on, everything worked fine.
> > I think you should be able to find the correct string of your Web
> > Service's namespace in its source code.
>
> > Best,
> > maennel
>
> > On Sep 21, 5: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 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 documentation here.
>
> > > On Sep 20, 6:14 pm, adityaw <[EMAIL PROTECTED]> wrote:
>
> > > > 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. 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_NAME="sayHi"
> > > > > URL="http://localhost:9000/helloWorld";
>
> > > > > but I got Socekt timeout exception.
>
> > > > > then I tried to use URL="http://localhost:9000/helloWorld?wsdl";
>
> > > > > but the problem persists.
>
> > > > > So I request you for help.
>
> > > > > Thanks in advance.
>
> > > > > On Sep 19, 1:30 pm, "Mark Murphy" <[EMAIL PROTECTED]> wrote:
>
> > > > > > > I was trying to create a soap client on android using ksoap2.
>
> > > > > > <snip>
>
> > > > > > > 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_ Version 1.2 
> > > > > > Published!- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to