Skip to content Skip to sidebar Skip to footer

Android Webservice Get Request Replies Only A Part Of The Xml Response

I'm trying to connect to a webservice offered by my heating at home. Putting the request URL into Chrome results in a complete XML file. Subsequently I tried to do the same program

Solution 1:

Finally found the solution by myself! The problem wasn't the request but the output in the LogCat. Logging every line separately obtained the desired full response!


Post a Comment for "Android Webservice Get Request Replies Only A Part Of The Xml Response"