retrieving documents from sharepoint via web services using jquery
- by femi
Hi,
I am trying to develop a mobile application which can interact with a MOSS Site via web services.
i expect it to be be able to;
1) retrieve documents (pdf, doc, docx, excel)
2) retrieve reporting services reports in a PDF or excel form.
i will be using either phonegap or rhomobile to develop this app and i know that i can consume web services using jquery.
My question revolves around MOSS Web Services Security. How will i handle authentication?
Thanks