Quantcast
Channel: JDELIST.com - JD Edwards ERP Forums
Viewing all articles
Browse latest Browse all 8055

How to exactly use restAPI in nodejs environment with JDE/AIS?

$
0
0
We are developing a portal which takes a file uploaded by a partner and passes the data to JDE. Before we can pass this data to JDE I wanna understand how exactly to make an API call to JDE using nodejs.

for starters, I have an simple API call as seen below. Am I on the right track? I want to make that first contact before going to the next step.

$.ajax({
method: "GET",
username:"username",
password:"password",
url: "http://aisserver:port/jderest/",
dataType:'jsonp'
}).then(function (data) {
console.log(data)
})

Viewing all articles
Browse latest Browse all 8055

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>