rest

  1. E9.2 how to authenticate user in jde ,using REST api

    I am developing a mobile app, to let our customer log in and view sales record. I am very new to jde, only few weeks, I tried using /tokenrequest provided by AIS. It works if the user is an AIS user, but give authorization error for normal business users(which is understandable). Now my question...
  2. E9.2 Create orch connector with input array

    Hello everyone, I need to implement a process in which one orchestration call another one. I have orchA that call orchB. The input of orchB is something like the following: { "TRANSACTIONID": "0000000001", "FIELD1": "XXX", "FIELD2": "YYY", "ARRAY": [ { "A": "ZZZ", "B"...
  3. E9.2 Consuming REST API with multiple pages

    A 3rd party API returns data in pages of 100 records, meaning if there would be 500 records in a json response, the rest API would have to be called 5 times passing the appropriate next page number. When the API is call, the end of the json response has the page info in it. "resultInfo": {...
  4. E9.2 API tester works but we get error 500 'message': 'Endpoint not defined with real system

    Hello all, I am new to using JDEO, and I am currently stuck at calling JDEO from outside via REST API connection. I made a simple orchestration, it is just a data request which returns a json file. and I would like this data to be called/used from outside systems. My understanding is this...
  5. mooiikun

    E9.2 How to Upload File with /jderest/v2/file/upload

    Hello everyone, I'm having issues to upload .csv file using REST API /jderest/v2/file/upload > https://docs.oracle.com/en/applications/jd-edwards/cross-product/9.2/rest-api/op-v2-file-upload-post.html I'm following some steps to upload the files using REST API but I got two error when I tried...
  6. ONYX

    E9.2 BSSV Servers/Services monitoring (Custom/Web-logic REST API/Server Manager REST API)

    Hi All, Does anybody have experience monitoring and retrieving health metrics per service (end-point) from Web-Logic BSSV server(s). We are trying to monitor our multiple JDE environments with BSSV instances and organise a centralised monitoring/logging system. As of now we are at the early...
  7. Orchestrator REST Connection

    We plan to integrate several 365 components including Outlook, SharePoint, and Power Automate (Flow). I have not tried to use the MS Graph API, but I will look into it.
  8. JD E1 RESTful Webservices integration

    Hi everyone, How to implement a webservice RESTful in JDE ? Can someone tell me some tutorial?
  9. jdecoder

    BSSV with REST/JSON

    Hi All, I am on JDE APP 8.12 Tool 8.98.27 we have couple of BSSVs with SOAP . I wanted to know if it is possible to Use BSSV to consume REST/JSON services and if anyone has successfully implemented this combination. Let me know if you need to know more information on my environment. Jdecoder...
  10. BSSV using REST in JDE

    We are building a mobile application in dot net for interoperability with JDE. Does JDE support REST for web services to interact with third party applications? If my understanding is right, I believe we have published business services to accomplish this, but that uses SOAP and there is AIS...
Back
Top