• 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…
  • 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…
  • 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
  • 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, …
  • 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…
  • 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…
  • The value "NaN" is invalid for option size

    We are using the Sales Order object as a web service, and it occasionally returns "The value "NaN" is invalid for option "size"". The XML looks okay to me, so I'm not sure what is causing it. Has anybody else come across this?
  • Customer Returns

    I have seen this question come up before, but I have not seen a resolution. We have a need to build a customer returns API for accepting returns through a WMS system. X3 has no import template for customer returns (SRH), and the web service does not work…
  • SOAP Errors

    We have an integration with a 3rd party eCommerce site, and X3 is returning the following errors. Does anybody know what these mean, and what the resolution is? The only resolution right now is to stop and start the web service pools. These errors are…
  • Payment Web Service in V12 Hangs

    Is anybody using the PAY object for a web service in V12? We were using it in V7, but when upgrading and using the same web service in V12, it just hangs. I can manually enter the payment, from the UI, but the web service hangs. I have done all of the…
  • Calling SOAP Services without Pre-Emptive Authentication

    We are working with a 3rd party to integrate with X3 V12. The 3rd party is not able to use basic authentication with pre-emptive authentication, which is required to call X3 SOAP web services. Does anybody know a way around this, so pre-emptive authentication…
  • Web Services Certificate Error

    I am trying to call an X3 SOAP web services from .Net, but I am receiving a certificate error. Does anybody know how to override the certificate error when consuming X3 SOAP web services in .Net?
  • 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…
  • Web Stores for X3

    We're looking to provide a web store that will allow our customers to browse products, view pricing, and place orders online. I'd love to hear what other people are using for their web store integrations.
  • Limit lines return web service subprogram

    I developed a web service in subprogram only for searching but it have a limitation of 1000 lines, if greater than 1000 lines there is a timeout error. How to fix this? Thanks very much.
  • External web services timeout error

    I'm trying to connect to an external IBAN service https://api.iban.com and I've added this to Sage under REST Web Services, however I keep getting a timeout error when trying to do a GET request. The service is available through the server directly…
  • REST APIs Consume Badges

    We are using REST APIs to pull data from X3. We have discovered that each REST call consumes a badge, and also leaves a session open. This ends up leaving many session open after successful calls, and ends up locking users out of X3. Does anybody know…
  • Non-Existant Subprogram

    I know I posted this issue a few years ago with an issue I was having in V6, but I have also seen this issue in V7, and now in V12. I created a subprog in a SRC file in X3. I compiled the source file, then went into X3 subprograms, and tried to add the…
  • Error 'X3 Error: , message:NBAXE_1 : Type incompatibility, line :0, type:1'

    V12 P16. I have a web service, using the SOH object, to create a Order. But getting this error. Anyone have any idea on it? I've done a fuill data dictionary validation, but still get this error. This web service worked fine in V11 and prior.
  • Underlying Connection Closed

    I have web services that are returning the error "The underlying connection was closed: An unexpected error occurred on a send." I have confirmed that the user/password is good. This is running without any issues on a production endpoint, but I just pointed…
  • How does one close a purchase order with a webservice call? (Sage X3 11)

    Hi! I've got an interface which can create and update purchase orders via webservice (using save and modify methods respectively), but when it comes to closing an order, it doesn't appear to be possible. I cannot set the open quantity to zero, as…