I working on building an application to having our corporate server perform an HTTP post operation to add a row in a Google Doc's spreadsheet. I have created the spreadsheet already and now I want to do the automated insertions programatically.
Any of the newer language methods (e.g Java, .NET, PHP and Python) are not installed on the server so I am limited it my choice of build software. The corporate server does support sockets protocol, so I plan on writing the application in one of the systems native languages.