Hello Sir, What I really want is that:: Activity 1:: Login Page (asks for email address & access code). Activity 2:: Application Form (a complete form to fill) then SUBMIT.
So right now I am at Activity 1, I want that when user fill email address and access code, it check that from online running site (http://www.premiere-concierge.com/services.aspx) using soap and give the response regarding Login Successful or not. If Login is successful, then it move to Activity 2 otherwise shows an error( i am using textview to shows the error on Activity1.) I am studying about SOAP, as I am new to this concept, never used any web service before. so the doubts came:: 1. Where to write all these codes of SOAP (i read that it has to be written in xml file, then where to save this/these xml file(s) in Project [ either in layout, in assets or in values {where?}]). 2. What names should I use to save this file? (Is soap_service.xml is OK?) 3. Should the Soap Request & Soap Response be on same xml file or not. 4. Now How I implement this/these xml file(s) in Java Code. Examples, Samples, links... Anything preferred. Sorry for all these silly questions but doubts have to be cleared. Thanks. Harpreet. [email protected] On Jan 25, 10:15 am, Shubhangi <[email protected]> wrote: > hello I have used a web service created in .NET in android in my > application. > so please let me knw what exactly you want to do. so that i can send u demo > example for this > > thank you > regards > > > > > > > > On Wed, Jan 25, 2012 at 10:12 AM, Bhaumik Thaker <[email protected]> wrote: > > u can refer stackoverflow for this it may help u a lot.... > > > On Tue, Jan 24, 2012 at 6:59 PM, Harpreet Singh <[email protected]>wrote: > > >> Actually I have to develop the app in form that the user access id & > >> pwd has to be checked from site and get the response. User should > >> always be on app, I dont have to take him to any website, he has to > >> access everything on app. :) > > >> On Jan 24, 4:28 pm, unicus unicus <[email protected]> wrote: > >> > ok then learn how to consume soap based website in android. > > >> > -- > >> > *More info*,http://androidbasic-answer.blogspot.com/ > > >> > On Mon, Jan 23, 2012 at 7:18 PM, Harpreet Singh <[email protected]> > >> wrote: > >> > > Actually the website is developed in .NET, they are going to provide > >> > > me WebServices information. > >> > > I studied regarding web services on internet and going to develop it > >> > > using ksoap2, wsdl and whatever it needs. > >> > > Sorry actually I am new to this stuff. > >> > > Please do suggest whatever you like, like:: > >> > > What concept should I use and all. > >> > > Thanks. > > >> > > On Jan 22, 4:50 pm, unicus unicus <[email protected]> wrote: > >> > > > Is your web service is soap based or simple servlet?. > > >> > > > On Fri, Jan 20, 2012 at 11:21 PM, TreKing <[email protected]> > >> wrote: > >> > > > > On Thu, Jan 19, 2012 at 6:39 AM, Harpreet Singh < > >> [email protected] > >> > > >wrote: > > >> > > > >> How can I communicate with the database which that site is using? > > >> > > > > Have the site developers provide you an api. > > >> --------------------------------------------------------------------------- > >> > > ---------------------- > >> > > > > TreKing <http://sites.google.com/site/rezmobileapps/treking> - > >> Chicago > >> > > > > transit tracking app for Android-powered devices > > >> > > > > -- > >> > > > > You received this message because you are subscribed to the Google > >> > > > > Groups "Android Developers" group. > >> > > > > To post to this group, send email to > >> > > [email protected] > >> > > > > 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 > > >> > > -- > >> > > You received this message because you are subscribed to the Google > >> > > Groups "Android Developers" group. > >> > > To post to this group, send email to > >> [email protected] > >> > > 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 > > >> -- > >> You received this message because you are subscribed to the Google > >> Groups "Android Developers" group. > >> To post to this group, send email to [email protected] > >> 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 > > > -- > > Bhaumik Thaker > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > 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 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] 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

