• Sage x3 Webservices

    Hello all, I am new to development of Sage x3 webservices. I have encountered a problem for whom I cannot find any solution please guide me if anyone has knowledge about this, I am trying to create new supplier using the SOAP web services, I have been…
  • Identifying ObjectKeys for Webservice

    Hello, would anyone be able to provide guidance on how to identify the object keys that need to be passed to properly identify a record for a given object? Example: I'm working on reading customer notes from the soap api utilizing a web service against…
  • SAGE X3 CAPE VERDE LEGISLATION ELECTRONIC INVOICE

    During the last 6 months Sevways, portuguese SAGE X3 partner, developed the necessary vertical add-on to comply with the local requirements, particularly EFAT solution, which integrates each Invoice issued directly through webservices with the Local Tax…
  • 3rd party Webservice soap response

    I'm trying to make a call to a 3rd party webservice using Sage X3 scripts on the SDH window, i'm using the func ASYRWEBSER.EXEC_HTTP wich is working fine, it's calling the webservice and receiving the answer of the soap call. The Answer: <s:Envelope…
  • Webservices - BIS (Supplier Invoice) - Zero Value VAT Ignored

    Hi, an issue with v12. Through webservices we have encountered an issue where the VAT field (Tax Amount) is ignored when the value of the field is zero. This is causing X3 to recalculate the line VAT (incorrectly), instead of accepting the zero value…
  • Invoice PDF via Web Service

    Has anybody ever generated a .pdf of an invoice, or other document in X3, using web services? I have a request to make invoice copies available to an external source, and I want to try to do it somehow using web services.
  • 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…
  • Is there any way of calling ADC screens from a WebService without writing a custom wrapper?

    Hi! We have a number of business processes that we can't automate using the standard Sage screens via web-service calls because of the way in which they require popup windows or executing searches before writing the data to the screen. Some of the…
  • 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…
  • Update Picking Ticket Qty via Webservice PU9PL2

    Hi, I am able to use Subprog-Webservice in X3. Now i am trying to update a quantity on a specific picking ticket line with an Object-Webservice but i have no success. I do not know how to filter for the correct record. I Tried it this way (red lines…