• Rest API Web service for Post request on the PRECEIPT representation.

    Hello fellow community, I have been trying to POST records on the PRECEIPT representation but I am unable to do that. I have enabled the edit facets in the representation, checked the modification creation ,methods but still seeing no luck in using the…
  • Rest API POST request- Facing Issue with Edit Facet enabling

    Hello, I have been using the REST API (Postman) to make GET and POST requests. While I am able to successfully perform GET requests on the representation, I encounter an error when attempting to make a POST request. The error message states that the edit…
  • Getting stared with Sage X3 SOAP Web Services

    In this series of videos I explain how to get started integrating apps with Sage X3 using SOAP Web Services. In part one, you'll learn how to consume X3 data by extracting them and in the second part, how to import data into X3. Part 1: https://youtu…
  • Running a Crystal Report with a range parameter from Web Services using (CWSGPRTRT) Generic Print Report

    We have set up an outside App that calls the Generic Print Report (GWSGPRTRPT). You pass the report name, language, destination, and an array of parameter names and values separated by "~". We have gotten this process to work, but only if the specific…
  • Use API SOAP from .Net Core

    Hello everybody, We are making an app for the Mafesa plant and it is in .Net Core because it suited us but we find the problem that we can not make SOAP requests as we did from other apps in .Net framework. When we reference the WSDL the CAdxWebServiceXmlCCService…
  • 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…
  • Call SOAP web service within another in Sage X3

    Hello, I created a SOAP web service that calls a subprog on which I apply some logic and then call an object-based SOAP web service, like this: Subprog CONSUMED_BY_EXTERNAL_APPLICATION(SOME_PARAMETERS) #apply some logic, verifications, etc FOO …
  • Incomplete Web services scripts list

    Hello, I am getting started with web services. I'm attempting to follow along with various introductory articles, however, our X3 only has 4 web services scripts listed where the list in most of the tutorials have way more. Here's our list: Any thoughts…
  • View Archive Folder scripts from the Web Service script editor

    Hello, I want to make some modifications to SPEITM, but I noticed that our Sage x3 provider has done some of their own in a custom file, YSPEITM which they've called at the action runtime in SPEITM: Unfortunately, this script does not exist in the…
  • Create a delivery from a pickticket using webservice?

    Hello All, We have the need to trigger/automate the creation of a delivery (from a given PickTicket) to an external system using webservices. Could you please provide some guidance / sample subprogram code to get us going? Thank you so much
  • [err] Even after a second attempt, the WS execution failed [warn] WS execution failed on first attempt. A second attempt has been processed to force the reload of the web service description-1falsefalse1703User code not authorised

    When using Sage X3's SOAP API Web Services, a Sage X3 user got this issue when accessing SOAP API from outside using third-party tools like SOAPUI. Full error: [err] Even after a second attempt, the WS execution failed [warn] WS execution failed on…
  • Does Sage X3 soap web service support the pagination results?

    Hi there, We tried to get all the products via the Soap Web Service, but if the listSize is over 30000, the api returns "NULL", does Sage X3 soap web service support the pagination results? Thanks
  • X3_PUB {Web Service name} XML - No more paths available

    Hi, We have been recently receiving the following error below and it's almost all are Web Service calls to fail, can't figure out what is causing the issue, any help would be appreciated. {"code":"SAGE_X3_ERROR_MESSAGE","defaultMessage":"X3 Error…
  • SYRACUSE WS Unauthorized error

    Hi I'm trying to use X3 V12 webservices from PHP application, below the code I used to save a new order : $soapclient=new SoapClient($wsdl, $options); $callContext = array('codeLang'=>$code_lang, 'codeUser'=>$username, 'password'=>$password, …
  • Stock allocated to closed sales order

    Hello, Looks like we have an item of quantity 10 PK that is allocated to a closed order line (Fully shipped & invoiced). I caught it on my count this morning. The quantity cannot be adjusted out because it is allocated, but I cannot remove the allocation…
  • I need help with Web Service

    Hello, I need help with a web service request, when i try create a invoice with web service, this error appear: The user that if configured for the request is the "ADMIN" and the Web service is the type "Subprogram", but it also appeared in object…
  • How to retrieve clob/blob text from sagex3?

    Hello, Is there a way to retrieve a clob/blob text from sage x3 by using the REST api1? If that is not possible, which workarounds exist to still get the text? Thank you,
  • Error Testing SOAP X3 webservice AOWSEXPORT with CHRONO "YES"

    Hi, I am trying to Export a template using webservice AOWSEXPORT with chrono "YES" using SOAPUI. But I am getting error or the result set has zero even after modifying or adding a record using Import. If I say Choro is NO webservice is returning all…
  • How to retrieve message error if a funcion "modify" fails

    Hello. I try to use a Web service connected to Sage X3, using the method "modify" of CAdxResultXml object. It works fine if the modify process success. But if the method fails (es an article blocked from another user) the resultXml property is null…
  • AOWSIMPORT answer

    Hello, For the creation of certain documents through web services it is necessary to use the standard AOWSIMPORT method. We would need to know the id of the created document. Does anyone have any solution? Thank you very much.
  • is there a .Net automatic serialization and deserialization tool for sage x3 soap webservice?

    hello everyone i have a problem so we have a soap webservice created from sage x3 and we want to use it in another external .Net application that we are developing and we need a tool or a visual studio plugin that does the serialization and deserialization…
  • No more memory available

    I have a web service that is currently running fine in V11. We are upgrading to V12, and I am testing the web service, and I get a "No more memory available" message. It also references TRT/ARCHIVE.adx, which I a not familiar with. Does anybody know what…
  • Set Timeout for web services rest call using ASYRRESTCLI.EXEC_REST_WS

    When launching a request via REST web service with the ASYRRESTCLI.EXEC_REST_WS instruction against a third party Endpoint, I need to control a certain time in which, if the Endpoint does not respond, to exit the call and return error by TimeOut. Currently…
  • Delete/insert lines with SOAP web service

    Hi, I don't understand how to set up the parameters to insert and delete lines via web service; actually, I can't find much on those parameters in general (their definition, when should I use which, etc). A simple example would do the job as well, I…
  • Web service user is not getting updated in create user/update user fields

    Hi All, We have configured the web service user "USR02" in web pool configuration as per below screenshot. But, when we invoke product web service then create user i.e. CREUSR and change user i.e. UPDUSR getting updated with current login user instead…