Integration Technologies - JDE1 (MOSC)

MOSC Banner

unable to api call to AIS server in JDE 9.1 using Nodejs

edited Mar 25, 2019 5:06AM in Integration Technologies - JDE1 (MOSC) 5 commentsAnswered

I am using Node.js with express and router package to make the token request initially.

Steps:

1. I make the api call the following way. Ajax call on client side which sends the request server side node and on server side, using request npm package to hit the AIS server with the token request

2. I get the token back successfully

3. I send the response using res.json(response) from server side node to client side, where in the same ajax call i made earlier with the returned data i am sending the token back to server side node to hit the specific api route (see below for how client side looks like)

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center