Additions:
The SOAP API supports the following methods:
- search(login, password, searchterm)
- advancedSearch(login, password, type, query)
- get//Object//List(login, password)
- create//Object//(login, password, object, parentoid)
- read//Object//(login, password, oid, depth)
- update//Object//(login, password, object, oid)
- delete//Object//(login, password, oid)
where //Object// is the name of an entity class. The API is generated by wCMFGenerator.
See the [[SOAPExample SOAP example]] how to use it.
Deletions:
the SOAP API support following methods:
- search
- advancedSearch
- GetObjectList
- createObject
- readObject
- updateObject
- deleteObject
see in the [[SOAPExample SOAP example]] how to use it.
Additions:
see in the [[SOAPExample SOAP example]] how to use it.