I would create an ASP.NET Webservice that creates Openoffice's documents for a client.
1 The client send a question to Webservice saying it to create an odt from a ott model document
2 The server get the request, generates the document and return the URL of generated file.
3 The client open the url and view the document.
Is it possible? I have to write it in VB.NET and I've not idea where to start...maybe CLI?
Thank you in advance, Alessandra.