cancel
Showing results for 
Search instead for 
Did you mean: 

nuxeo webservices

satyavarma_
Champ in-the-making
Champ in-the-making

Hi,

i am trying to upload documents from local machine to nuxeo using webservices. I tried with SOAP UI first to upload a document and i am unable to find what is "type" and "properties" tags no where i got answer for this,plz tell me where can i find solution for this

please help me out........

Thanks in advance.

3 REPLIES 3

Vladimir_Pasqui
Star Collaborator
Star Collaborator

Hi,

There is Nuxeo REST Webservices using "Automation": http://doc.nuxeo.com/x/mQAz

If you run your Nuxeo, please see the automation api documentation here:

http://localhost:8080/nuxeo/site/automation/doc. (your operation: Create document from file)

Here is the automation client in order to access by REST to Nuxeo, with several examples: http://doc.nuxeo.com/x/WYGe

Thanks

Hi Vladimir,

You can find more information and sample clients here