Table of Contents

Search

  1. Preface
  2. Overview, Downloading, and Installing
  3. Administration API
  4. Identity Service API
  5. Screenflow Programming and SDK
  6. ActiveVOS WSHT API
  7. Embedding Request Forms in Standalone Web Pages
  8. XML-JSON for Process Central

APIs, SDKs, and Services

APIs, SDKs, and Services

Catalog API

Catalog API

The elements described in the following table are contained within an
<wsdl:portType name="IAeCatalogManagement">
Operation Name
Operation
Description
deleteItem
<wsdl:operation name="deleteCatalog"> <wsdl:input message="tns:deleteCatalog" /> <wsdl:output message="tns:deleteCatalogResponse" /> <wsdl:fault message="tns:AdminAPIFault" name="AdminAPIFault" /> </wsdl:operation>
Deletes an item in a catalog.
getItem
<wsdl:operation name="getItem"> <wsdl:input message="tns:GetItem" /> <wsdl:output message="tns:GetItemResponse" /> <wsdl:fault message="tns:AdminAPIFault" name="AdminAPIFault" /> </wsdl:operation>
Retrieves an intem within a catalog.
insertItem
<wsdl:operation name="insertItem"> <wsdl:input message="tns:InsertItem" /> <wsdl:output message="tns:InsertItemResponse" /> <wsdl:fault message="tns:AdminAPIFault" name="AdminAPIFault" /> </wsdl:operation>
Inserts an item into a catalog.
searchCatalog
<wsdl:operation name="searchCatalog"> <wsdl:input message="tns:SearchCatalog" /> <wsdl:output message="tns:SearchCatalogResponse" /> <wsdl:fault message="tns:AdminAPIFault" name="AdminAPIFault" /> </wsdl:operation>
Searches a catalog for an item.
updateItem
<wsdl:operation name="updateItem"> <wsdl:input message="tns:UpdateItem" /> <wsdl:output message="tns:UpdateItemResponse" /> <wsdl:fault message="tns:AdminAPIFault" name="AdminAPIFault" /> </wsdl:operation>
Updates an item in a catalog.

0 COMMENTS

We’d like to hear from you!