The SOAP API supports the following methods:
- search(login, password, searchterm)
- advancedSearch(login, password, type, query)
- getObjectList(login, password)
- createObject(login, password, object, parentoid)
- readObject(login, password, oid, depth)
- updateObject(login, password, object, oid)
- deleteObject(login, password, oid)
where
Object is the name of an entity class. The API is generated by wCMFGenerator.
See the
SOAP example how to use it.