Does any one knows how to get the document id after uploading it to sharepoint using a single web service? So by using one call i can upload the document and get it's id.
I looked at Copy.asmx web service, but it returns zero to indicate that the operation has been completed and a result that does not contain the document id.
Thank you for your time.