Browse By Tags

  • CRUD Operations using SOAP on sage x3

    Hi All, I was trying to delete a record from sage x3 using SOAP web service but I cannot see any online example of deleting through SOAP. Can we delete a record using SOAP web service from sage x3 ? If yes, can anybody please provide me with an example…
  • 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…
  • 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 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…
  • 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 …
  • 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, …
  • 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
  • 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.
  • Respuesta AOWSIMPORT

    Hola, para la creación de ciertos documentos mediante web services es necesario utilizar el método estandar AOWSIMPORT. Necesitariamos saber el id del documento creado. ¿Alguién tiene alguna solución? Muchas gracias.
  • 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…
  • SOAP Query Method Greater Than

    Hi all Anybody Knows how to indicate in SOAP query method a filter greater than. For example in ITM object do a query where ITMREF > "50000". How ishould be specified in: <objectKeys xsi:type="wss:ArrayOfCAdxParamKeyValue"> <keys> <key>ITMREF</key…
  • 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…
  • 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…
  • Soap Service Authentication

    I am testing connecting to the SOAP Web Service via a .NET application and all attempted requests get a 405 Method Not Found response. I think this may be because i am using basic authentication which is no longer an option for the SOAP service? The…
  • Web Service query com filtro Like?

    Saudações a todos! Estou trabalhando com Web Services e gostaria de saber se existe alguma forma de filtrar registros pelo método query da mesma forma que filtro pela left list. aqui temos um filtro pela left list e aqui estou usando a mesma…
  • CORS policy

    Hi Devs, please assist with resolving Cors Policy errors. I'm retrying to send requests to a CRM server running on IIS but they are blocked by CORS Policy (HTTP not ok). I am able to send the requests from Postman but I can't from a web app. I am aware…
  • Subprogram with rest

    Hello everyone I developed a web services(Subprogram) using SOAP, how I can do it again using the REST method, Please can you help
  • SOAP Security

    Please advise if there are any options to address the security concerns SOAP is enabled with encoding method, can encryption and signing of the SOAP message be enabled for secure SAGE communication? What are the possible restrictions that SOAP’s…
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • 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…
  • SIH SOAP webservice x Stock issue lines creation

    Hello, When creating a Direct Sales invoice through SIH SOAP Webservice, the system returns the message below: <message>Line Number 1 \ Product ITMMOB001 : The stock to issue has not been determined \ Document line quantity 1 Processed quantity 0…
  • Max try reached on AOWSIMPORT SOAP call

    I've been using other SOAP WS to read/modify/create data with no problem, but if I use the AOWSIMPORT SOAP WS I get the error "Max try reached", this is happening for every I_MODIMP that I specify. What is causing this error?
  • Não consigo definir a Unidade de Venda do item quando registro uma encomenda por SOAP

    Olá, Não consigo definir a Unidade de Venda do item quando registro uma encomenda por SOAP. A requisição POST envio algo como: ... SAU: "UN", QTY: "", SAUSTUCOE: "1", STU: "UN", ... Mas a encomenda redefine para a unidade de venda padrão "PCT".…
  • The Journal Table

    I was tempted to start a new series of articles called " Mysterious Tables of Sage CRM " but since this is supposed to be a sensible library of "Hints, Tips and Tricks" I have resisted. Nevertheless, there are a few tables in the Sage CRM database that…