So I added the following lines to create the header:

                httppost.setHeader("Content-Type", "application/xml");
                httppost.setHeader("Content-Length", "");
                httppost.setHeader("SERVER-ACTION", API_AddField );

I didn't do anything about adding the POST line.

I'm getting a ClientProtocolException from HttpClient.execute.
Unfortunately there is no detail message in the exception. Any ideas?

-- 
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

Reply via email to