I made it work adding
<uses-permission android:name="android.permission.INTERNET" />
into the manifest file. I got the data posted to the server now.