1. Adobe Campaign Classic v7 Documentation
"Data schemas": In the section describing the structure of a data schema
the documentation specifies the element. It states
"The element allows you to define the SOAP methods for the schema. The SOAP methods are available from the element as a Web service." This confirms that methods are the intended mechanism for API-based operations.
Source: Adobe Experience League
Adobe Campaign Classic v7 Documentation
"Schema structure"
element description.
2. Adobe Campaign Classic v7 Documentation
"Implementing SOAP Methods": This section details the Write method. It explicitly states
"The Write method lets you insert
update
and delete an entity in the database... This method is available via a SOAP call." This directly supports using a schema method for CRUD operations.
Source: Adobe Experience League
Adobe Campaign Classic v7 Documentation
"Web services (SOAP)"
"Implementing SOAP Methods"
Write method section.
3. Adobe Campaign Classic v7 Documentation
"Web Services": The overview of Campaign's web services explains that the APIs provide programmatic access to the data model. It describes how external applications can use SOAP calls to interact with schemas
with ExecuteQuery for reading and Write for creating
updating
and deleting
reinforcing that schema methods are the correct API-based approach.
Source: Adobe Experience League
Adobe Campaign Classic v7 Documentation
"Web services (SOAP)"
"Introduction".