Hi,
There is a requirement where I want documents to be uploaded to a few document libraries in SharePoint. These documents will be coming from a non-SharePoint application (in .Net). It will be something like a user will click some Submit button and the document should get uploaded to the SharePoint Site's doc lib. Once the document is uploaded on SharePoint, the URL of this uploaded document should be returned to this .net application.
Can this be achieved using SharePoint web services (Lists.asmx)? If yes, how? If not, how else?