I have an asp.net webservice which is giving me this:
<ArrayOfString>
<string>Musterbetrieb</string>
<string>Testbetrieb</string>
</ArrayOfString>
Now i want to parse it with android, its working for a single string but not for this? How can i get this working?
You need to parse it. You can use any parsing techniques which is provided by Android i.e. DOM Parsing, SAX parsing etc. Good link for xml parsing in android.