[android-developers] unsubscribe

2010-01-16 Thread feda al-shahwan
I would like to subscribe -- Eng. Feda AlShahwan College of Technology Studies Puplic Authority for Applied Education & Training -- 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@google

[android-developers] Re: Parsing SOAP request

2009-07-03 Thread feda al-shahwan
How if I want to parse soap request for adding two integers. And the value of the integers are provided by the client. On Tue, Jun 23, 2009 at 7:25 AM, sagar.indianic wrote: > > You dont need to parse manually... > First get the "ksoap2-j2se-full-2.1.2.jar".. Search you will get it.. > > then use

[android-developers] Re: Parsing SOAP request

2009-06-24 Thread feda al-shahwan
Thank you for your response but could you please give me more details because my soap envelope doesnot contain a method it is just hello and what to put in the property field? Thanks On Tue, Jun 23, 2009 at 5:25 AM, sagar.indianic wrote: > > You dont need to parse manually... > First get the "kso

[android-developers] Parsing SOAP Envelope

2009-06-21 Thread feda al-shahwan
I created small program to parse envelope but I got the following error Error in parsing: name expected (position:START_TAG @1:175 in java.io.stringrea...@c17164) BUILD SUCCESSFUL (total time: 2 seconds) How Can I solve it knowing that the code is: package parsingsteps; import java.io.*; import o