0% found this document useful (0 votes)
38 views2 pages

IBM App Connect Enterprise SaaS Essentials - Deploy and Test A Simple Integration From App Connect Enterprise Toolkit

Uploaded by

wu zhai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

IBM App Connect Enterprise SaaS Essentials - Deploy and Test A Simple Integration From App Connect Enterprise Toolkit

Uploaded by

wu zhai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Start here 

Deploy and test a simple integration from App Connect


Introduction  Enterprise Toolkit Back Next

This exercise describes the deployment and testing of a REST-based Toolkit integration solution in App
Capabilities 
Connect Enterprise as a Service. The example integration that was developed in the App Connect Enterprise
Creating integrations with App  Toolkit is very simple and exposes a CRUD interface to a simple in-memory database that contains customer
Connect details.

Exercise 1: Create an 
introductory integration and
1. Download the example BAR file: CustomerDatabaseV1.bar.
explore Designer authoring
This ZIP archive contains a BAR file with a basic REST API integration, CustomerDatabaseV1.
Exercise 2a: Create an event- 
driven integration Hint: This BAR file is from the tutorial "Using a REST API to manage a set of records" in the
App Connect Enterprise Toolkit.

Exercise 2b: Test and manage the
event-driven integration
2. From your App Connect Dashboard instance, click the Dashboard icon in the navigation pane.

Creating APIs with App Connect
3. Click Deploy integrations.
Exercise 3a: Complete the API 
4. Choose Quick start integration as the type of integration and then click Next.
Exercise 3b: Test and share the
API 5. On the Integrations tab, provide CustomerDatabaseV1.bar as the BAR file that you want to deploy and
then click Next.
a
Integration with applications on
private network 6. On the Configuration view, click Next. (This simple test does not use any accounts or other
configurations.)
Exercise 4: Create and test an 
integration that uses a private
7. Click Create. The integration runtime should start and expose the HTTP input that drives the
network connection
integration's CRUD operations. (You might need to refresh the page to see the Ready state on the
Deploying integrations to  integration runtime's tile.)
production
When the integration runtime is ready, you can test it's API:
Exercise 5: Deploy and test a 
Designer integration to 1. On the dashboard, click the integration runtime API. This shows a tile for the CustomerDatabaseV1

production API.

Exercise 6: Deploy a Toolkit  2. Click the tile for the CustomerDatabaseV1 API
integration to production
3. Click the GET /customers operation, and then click Try it.
 Deploy and test a simple
integration from App Connect
Enterprise Toolkit 4. Click Send.

Summary  In the Response, you should see the 200 success status and the response body should contain the array of
customers retrieved from the in-memory database.
Finish here 

(Click image to view full size)

Contact Support Privacy Terms of Use Accessibility Cookie Preferences

Course materials may not be reproduced in whole or in part without the prior written permission of IBM.

© Copyright IBM Corporation 2024


Back Next

You might also like