• Use SOAP Web Service to create quote issue.

    I have a integration service do so a series integration. If there is any error, when create quote SQH, it will give error: @X3.TRT/SUBSFIT$adx (149) Error 7 : Class Non-existent [M:SFIT] 0 : Sage X3 errors After restart the X3 SOAP Web Service then…
  • Graphql Onpremise setup

    Hello everyone, I'm developing a middleware to integrate Sage X3 with a 3PL and I want to use GraphQL services but I'm not able to connect because I haven't found the correct Endpoint, I already try with " {{server}}/v1/service/PROD/api/" where PROD…
  • Trying to read the products of Magento from X3 using rest api integration and Node JS Error

    Hi All, We are trying to read the product of Magento from Sage X3 using integration methods such as Rest webservices, Node.Js for one of our client. The Magento API endpoints uses 'OAUTH1' type of authorization for authentication of the Rest API requests…
  • Script editor V12 & debug

    hi all how do you write & debug code in V12 ? I was told that I can only use eclipse and it is very slow to debug + performance is bad + weird to attach eclipse to a process. eclipse also disconnect from unknown reason during debug. thx B…
  • I cannot set the item's Sales Unit when I register an order via SOAP

    Hi, I cannot set the item's Sales Unit when I register an order via SOAP. The POST request sends something like: ... SAU: "UN", QTY: "", SAUSTUCOE: "1", STU: "UN", ... But the order resets to the standard "PCT" sales unit. can anybody help me…
  • Handshake Error When using External API

    Hi All, We are working on the requirement to create payment gateway integration between x3 and third party API, to build the connectivity with the third party API, we have created the JAR that includes third Party API JAR and using the same from X3…
  • SOAP WS PU9

    Hi I did a soap webservice in PU9. Its about reading from x3 and delivering to an external app inside the company network, not external I have the V1 EDM solution installed in this folder, so the pool is created and EDM is running on it writing…
  • While consuming webservices how to change language of the session?

    When we are using webservices over classes and representations we get the list of items with this call: https://SERVER/api1/x3/erp/FOLDER/ITMMASTER?representation=ITMMASTER.$query That's ok. But how do I inform that I want to change the language…
  • Cost Estimation tools

    Is there a BoM-based cost-estimation tool that is compatible with Sage EM v11? We’re in the subcontract electronics manufacturing industry and that is somewhat unusual in that the number of components is far in excess of the number of operations. Most…
  • SAGE X3 V12 SOAP Webservice, calling SOAP Web Service using JAVA, encoding not supported

    We configured a SOAP webservice in SAGE X3 V12, patch 16. This is to integrate some information from another company, the other supplier uses JAVA to integrate this information, now they answered us with this: Quote: is there any chance the Wsdl…
  • List folder content in native mode

    Hi We have tried listing folder contents using this two approaches without success. First approach used to work in classic mode. 1. Call SYSTEME2(adxmac(0),"LSADX"-FOLDER,"",FILCOUNT, FILLIST) From ORDSYS (error, 'Unexpected end of JSON input') …