api

  1. E9.2 REST vs SOAP APIs in 9.2

    Hi all, I'm a relative noob to JDE but am working in an environment that's just upgraded from 9.0 to 9.2 and I have a question about APIs. Currently all our API integrations are using SOAP endpoints, and I'm wondering if there are any benefits to moving to REST as far as JDE is...
  2. E9.2 API / Business Functions to create Sales Order and Address Book entries

    Hello, I wanted to know if anyone has had any experience with building and API or Business function(s) to create Sales Orders and Address Book entries? If someone could direct me to a source that I could use to create either of these I would appreciate it. Thanks in advance!
  3. 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"...
  4. aostdiek

    E9.2 API Rest Call ending in No Response

    I am starting to schedule some of my first Orchestrations and am attempting to start our Orchestrator Scheduler via API's, but am getting 'No Response' when trying to setup any initial API calls (done via Talend API Tester). Is there a resource available someone can direct me to, or does anyone...
  5. 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": {...
  6. alfredorz

    E9.2 REST API Output connector XML

    Hi friend, I need to call to REST service with XML body and response. The request it's fine, y add xml to body and content-type and accept to header. But I don't know how I get the value of xml tag: I've tried output as json message with response.messageEngine but doesn't work. I've tried...
  7. E9.2 Orchestration Endpoint Error's when JSON >4500 lines

    We have an JDE orchestration endpoint that uses a form request to do standard insert into the GL Worktable (F0911Z1). When the JSON request for this endpoint exceeds 4500 lines then JDE response is ERROR, but when it is less than 4500 lines then the response is successful. What could be causing...
  8. E9.2 API

    Hello, Can someone explain if JDE E1 has any APIs? I am looking for APIs that can read and add a Who's Who' record and the email associated with it? Also, any API to access the Items, Inventory, BOMs, etc... Thanks!
  9. 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...
  10. E9.2 9.2 Call JDE Function from REST API

    Hi Team, I need to call a Business Function & pass on parameters using JDE REST API Services. I've reviewed: https://docs.oracle.com/en/applications/jd-edwards/cross-product/9.2/rest-api/op-v2-formservice-post.html ... in look for a way to call Business Functions directly, instead of relying...
  11. 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...
  12. E9.2 Add user in JDE E1 using API

    Hi I am new to JDE E1. I have a requirement to create and update user using APIs. Can you guys suggest to me which is the best and preferred way to add and update user?
  13. E9.1 JDB_InsertFromSelect API

    Does anyone have an example on how to call JDB_InsertFromSelect and/or JDB_InsertFromSelectExtended APIs? Looking into db_proto.h it seems it receive two HREQUESTs (one for table to perform the set_selection and the other to the table to perform the insert) but the other parameters I couldn't...
  14. How to exactly use restAPI in nodejs environment with JDE/AIS?

    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...
  15. OLE Attachment Conversion

    Hello all, We're looking at going to edge from Internet Explorer 11. To do this we need to convert OLE media objects back to their original file. Is there anything additional API calls out there that we can use to manipulate OLE objects themselves? I am aware of the media object APIs to "get"...
  16. JDE API Abilities

    I am new to JDE the company I working for uses Oracle JD Edwards EnterpriseOne via Sharepoint 2007. I already have macros that work between our other applications, but there is still a lot of work in going into JDE and importing and exporting info to and from excel. Is there any way for me to...
Back
Top