I’m validating the form data as the response I’m getting total feed of that URL but i need only session Id from that how can i do this.can any body help regarding this..
Now as below shown way i’m getting response from server how can i get required one from that..
<data>
<limit>
<uname>android</uname>
<pwd>androiddeveloper</pwd>
<sessionid>abcdef56789ghijkl90a<sessionid/>
</limit>
</data>
I solved it from this link and is worked fine for me thanks to that guy who solved it.