Configuring Web Services

FootPrints Web Services provides a way for users to access the database over the Internet to retrieve information and to create or edit records. For example, users can search for tickets and they can create and edit tickets.

Records created or edited via Web Services are subject to the same business rules and validations as records created or edited via the web interface. However, required fields are not enforced when using Web Services to create or update a record, and you cannot alter the database structure.

First, you enable Web Services for your system and then enable access to the Services for specific Agent and Customer roles. Only the FootPrints internal authentication method is supported.

Security and Web services

Web services calls should be invoked over a secure channel, such as Secure Socket Layer (SSL). HTTP headers are used for authentication.

You can perform the following tasks via Web Services:

  • Search the database (using queries for ticket, address book, history data, and so on).
  • List containers, item and field definitions, and Quick Templates.
  • Retrieve the details of an item.
  • Retrieve a list of items, containers, templates, and so on.
  • Create an item (tickets, solutions, contacts, and so on).
  • Edit an item.
  • Link items.

This topic provides information on:

Requirements

Each request sent through the API must have a new session.

Users must be authorized FootPrints users and be assigned the Web Services permission. Authorized users can view their open issues, use Web Services while logged into the web interface, and run multiple Web Services at the same time.

When you need to identify the container and item type in the service’s arguments list, use the ItemDefinition Id as this ID is unique within the system and the container. You can also identify a Quick Template to be assigned to the affected ticket.

For example, to create workspace records using Quick ticket templates, include the template ID in the XML message. A list of container IDs, their items, and items’ Quick Templates can be obtained via the ListContainerDefinitions, ListItemDefinitions and ListQuickTemplates Web Services.

For editing most record types via Web Services, both the Item Definition ID and Item ID are required as the Item ID is repeated across Item Definitions. You cannot use Record Number, User ID or any other field to identify records.

The exception is editing contact records, where only the Contact Definition ID is required. Also, if the primary key field (such as email) is submitted in the edit request, and a contact with a matching primary key value already exists, that contact will be updated. If no matching contact is found, a new contact is created.

Additional information

For detailed information about the SOAP request and response message structure, see the API Web Services definitions attached to this topic.

The  WSDL_and_XSD file (also attached to this topic) contains the WSDL and schema for configuring Web Services.
Before upgrading, please refer to the XSD file so that you have a smooth upgrade.

To configure Web Services support

  1. Click the Administration tab.
  2. In the System Management section, click Integration > Web Services.
    The External API page appears.
  3. Select Enable availability of external API.
  4. Click Save.
    Web Services are now configured for your system. Internal system-level roles (such as Agents) will automatically have access. You cannot assign Web Service access to Customer roles.

Next steps

If you are configuring an integration with BMC Client Management (BCM), the next step is to configure your BCM instance to work with FootPrints. Basic instructions are provided in the FootPrints Asset Core and BCM Integration Guide attached to the Configuring BMC Client Management topic. For more detailed information, refer to the BCM product documentation.

After configuring BCM, you will return to FootPrints to enable the connection.

Related topics

Configuring mobile access

Configuring incoming email for workspaces

Configuring BMC Client Management

Was this page helpful? Yes No Submitting... Thank you

Comments