求助 HTTP协议 post 发送XML
POST [http://host:port]/CMSLite HTTP/1.0
Accept: */*
Content-Type: application/x-www-form-urlencoded
Connection: Keep-Alive
Host: HOST
Content-Length: SIZEOF(CONTENT)
<Request>
<ID>XXX</ID> <Param>XXX</Param>
</Request>
---------------------------------
用TCP来发送上述报文,请问xml那块要怎么发送啊?