I am working on an app to send and receive xml to a soap server. I have the part done using HttpUtils to send xml wrapped in a soap envelope to a soap server. That works well - but it does not appear that Android is adding the http header to the post. All that is being received by the server is the soap envelope. What happened to the header?
Thanks
Thanks