I have a problem when trying to send a POST request. The sending method looks like this:
POST
Public Sub SendXML(ByVal file As String) Dim reader As
Are you missing the Content-Type header required for a POST ? Read here for details. I assume it is mandatory.
Content-Type