Browse By Tags

  • Unable to create orders from live server using SOAP

    Hi, I'm getting this error(below) while trying to make a save request to webservice. Name of webservice is ZSOH. SOAP-ERROR: Parsing WSDL: Couldn't load from 'http:// myprivateurl /soap-wsdl/syracuse/collaboration/syracuse/CAdxWebServiceXmlCC?wsdl…
  • ERROR: Failed to get description for web service: Error CONTEXT_LOAD datesyst :19/06/2023 & Change login error – 2023R1

    Version afectada: 2023R1 Comportamiento actual: Mismo usuario con diferente nombre en usuario endpoint desde código de usuario, impide realizar cualquier llamada a servicio web. Ejemplo: Pool asociado al usuario admin Conectamos con otro usuario…
  • API Rest sage x3

    Bonjour à tous, Je voudrais utilisé l'API de Sage X3 afin de récupérer des informations de l'ERP. Je suis tombé sur cette question d'un autre utilisateur: Requête GET REST API pour récupérer tous les enregistrements et avec les informations qu'il…
  • 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…
  • Mise en place d'un reverse proxy via Microsoft IIS pour Sage X3 V12

    Bonjour, Nous disposons d'une installation de Sage X3 V12 avec un serveur Apache fonctionnant sur une machine virtuelle Windows Server 2019. Dans cette configuration, nous avons également un ADCS (Autorité de certification Active Directory) capable…
  • ALERTA: Problema en Syracuse 12.18 entregado en 2023R1 | Error ”cannot read properties of undefined (Reading ‘wsCall)”

    Descripción: Se ha descubierto un problema en la versión 12.18 de Syracuse, que se publicó como parte de la versión 2023 R1. En determinadas circunstancias, al realizar una solicitud “Save” en los webservices, se produce una respuesta de error... …
  • actionObjectKeys not working for SNX Count Session Object

    Created a SNX webservice for SNX object and calling actionObjectKeys method with Action Code: b and key: CUNSSSNUM and value: SCS0007969 (a valid stock count session). Running the generation button manually generates the list successfully but on the…
  • how can i call "solder réception" button from soap web service

    i want to click solder reception after i save data from soap web service please help
  • 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…
  • Faulting application name: w3wp.exe. Faulting module name: eWare.dll

    We are getting this at a client. Each morning it happens & they can't log into CRM. Then after a few minutes, it starts working OK. Then it will intermittently happen during the day. This is a new server from a recent upgrade & been happening since go…
  • Información: Posible ajuste para acelar los servicios web SOAP

    Hemos descubierto que añadir un índice a la tabla ALOGIN puede ayudar potencialmente con el rendimiento cuando la tabla ALOGIN se hace muy grande, por ejemplo, alrededor de 100000 registros. Hemos observado una mejora definitiva en las llamadas al servicio…
  • Integration – Sync Shopify Products with X3 via Boomi & SOAP Web Services

    Prerequisites A Shopify Developer account* (Obtainable from here ) A Boomi Integration account*(Obtain a Training account here ) A Sage X3 Classic SOAP Pool exposed to the Internet via HTTPS (Recommended) or HTTP Set up Sage X3 We will…
  • 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…
  • 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…
  • How to debug webservices ?

    Hello, Does someone knows how to debug webservices ? I know there is a log file called "crmwebservice.log" and I can also look sql error log file but I have this type of error I don't know how to debug : mars 28 2022 14:08:02.711 5552 3316 1 Exception…
  • Webservices Pass empty Value in modify method

    Hi there, I'm trying to "clear" a field using the method Modify in a PHP script with SOAP from another plataform, but it's not working, if the field is empty in the XML it appears that it doesn't modify. I tried: <PARAM> <FLD NAME="WS2GRUPO"></FLD…
  • Web service returning "Process[WS_NAME] - No return code (status[6]) "

    I'm getting the following message on some web services responses. Just in some times. "Process[ZWS_NAME] - No return code (status[6]) " The web services its a Subprogram web service. Has anyone known what is it? And how to fix it?
  • 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…
  • Web Service wsdl Unable to connect

    Help, please! I am attempting to connect to the wsdl for a Sage CRM 2020 R2 install and I am getting the following error. This page contains the following errors: error on line 3 at column 62: Opening and ending tag mismatch: hr line 3 and body Below…
  • Requête GET REST API pour récupérer tous les enregistrements

    Bonjour, Je souhaite faire une requete GET en REST API pour récupérer tous les enregistrements d'une représentation. Je sais récupérer un enregistrement donné en utilisant: https://srve:8124/api1/x3/erp/TEST/SALESREP('XXX')?representation=SALESREP…
  • Sage X3 Webservice Call with javascript has been blocked by CORS policy (Cross Origin Ressource Calling).

    Hello, My client uses Sage X3 and has set up webservices so i can send data to Sage. I'm currently using javascript (with the jQuery library) and using an ajax call to send data to the Sage webservice. The problem is that the Ajax query is blocked…
  • Problème d'authentification web service java avec X3 V11

    Actuellement, je rencontre un problème au niveau de la mise en place d'un web service java avec sage V11 dont un problème de refus d'authentification se manifeste. Pouvez vous m'aider à résoudre ce problème. Merci
  • How use runAsync method with SOAP X3WebServices in VB.NET ?

    Hi, I am making a VB.NET application which uses SOAP web service with X3 V12. It works very well in synchronous mode using run method. But I would like to use this asynchronous function : Public Overloads Sub runAsync(ByVal callContext As CAdxCallContext…
  • Portuguese Legislation - New certificate for transport document communication via web service

    The new certificate for transport document communication via web service is now available. This replaces the certificate that expired on 23/07/2020. To obtain this update, please log a case with your local Sage X3 support team. It is available for…