Before You Begin
This 15-minute tutorial describes how to import a VBCS application template that contains the components required to log in to the JD Edwards EnterpriseOne application.
In this tutorial you will learn how to:
- Import the VBCS application template.
- Modify the service connection to connect to your AIS server.
- Test the login interface and ensure a successful connection to the JD Edwards EnterpriseOne application.
What Do You Need?
To perform the steps in this tutorial you must have:
- Installed the JD Edwards EnterpriseOne Trial Edition environment. For more information, see JD Edwards EnterpriseOne Trial Edition.
- Downloaded the JDE_App_Starter-1.0.zip file. See the "Before You Begin" section of this learning path.
- The following credentials for your VBCS instance:
Studio URL
https:// [your server address]:7077/studio/studio.htmlE1 User ID/ Password
A valid EnterpriseOne user with full Orchestrator Studio privileges. AIS Catalog URL HTTP
http:// [your server address]:7070/jderest/v3/open-api-catalog3AIS URL HTTPS
https:// [your server address]:7077/jderest/v3/orchestrator
Importing
the VBCS Application Template
Note: Before you perform the steps in this
task, log in to your associated Studio instance. The URL should
be similar to this example: https://[your server
address]:7077/studio/studio.html.
If your environment is using self-signed certificates ( like
most trial editions), you may need to instruct your browser to
trust the server by selecting Advanced, and then proceed to the
server. Make sure that you can successfully log in to the Studio
with your credentials.
- Sign in to VBCS using your credentials.
- Click the +Import Application button.
- Click the Import Application from file option.
- Click Upload a zip file or
drag one here and select the compressed file
JDE_App_Starter-1.0.zipprovided with this learning path. - Enter the appropriate values in the Application Name and Application ID fields.
- Click the Import button.
- Click the MyMobileApplication link.
- Click the Service
Connections link.
- You must delete the existing service connection
jderestV3OpenApiCatalog and then recreate it to
point the service connection to your AIS instance.
In the left pane, place your cursor over jderestV3OpenApiCatalog3, right-click and then click the Delete button. - Click the + Service Connection button.
- Select the Define by Specification tab.
- Complete the following fields in the Service Specification section with these values:
- Click the Pencil icon in the Username field and enter these values: Username =
- Click the Create button. The following page is displayed.
- Select the Servers tab on the right-hand pane.
- Click the Pencil icon to edit the server connection.
- Enter
the value in the Instance URL field. See the "What Do You
Need?" section at the beginning of this tutorial.
For example, enterhttps://[your server address]:7077/jderest/v3/orchestrator
- In the Security section, select the Allow anonymous access to the Service Connection Infrastructure option.
- Select None from the Authentication for Logged-In Users drop-down menu.
- Click the Save button.
- Select the Endpoints tab.
- Scroll down and click the jde-login endpoint.
- Click the Get method of the jde-login endpoint.
- Click the Request tab, and then select the Headers tab.
- Click the + Add Dynamic Header button.
- Enter the new header name as
Authorization. - Click
the Mobile Application icon in the
top-left corner of the window.
- Expand the jde_mobile menu, click Flows, and then click login-flow. Click on the mobile-login page displayed in the left pane.
- Click the Preview icon in the top-right
corner of the window to test the application.
A new tab is displayed in your browser. - Enter your credentials and click the Login button.
- Verify that the following page is displayed indicating a successful login.
API Type = OpenAPI/Swagger
Web address = [E1 Catalog URL HTTP]
http://[yourserver]:7070/jderest/v3/open-api-catalog3
Note: Verify that the Service name field is
automatically populated as jderestV3OpenApiCatalog3.
Authentication = Basic
E1
username Password =
E1
passwordConnection Type =
Dynamic,
the service supports CORS .
Importing
the VBCS Application Template