• 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • How can I call IMPORTSIL with a local file?

    Hi. I'm developing a C# application that interfaces with X3 via web services. Now I need to call a procedure (via web service) that will use an import template, but I'll pass a path of a file stored locally on the client computer. Is there a…
  • Creating Production Tracking Materials via Web-Service

    Hi! When trying to create a Production Tracking materials issue via web-service (X3 v11) using the MTK object, I get a message "Line Number 1 \ Product : The stock to issue has not been determined \ Document line quantity 1 Processed quantity 0" although…
  • Web Service Pools Hung Up

    We have a client uses X3 web services for various integrations. It seems that one or more of the web service calls are failing, and the error sometimes stops the web service pools, and stops all further traffic from coming in. We are trying to determine…
  • X3: Sample code for Delivery Creation base on Sales Order via Subprogram

    Hi Experts! We're finding a way to create Delivery base on Sales Order via Subprogram. Could you please provide us some basic sample codes to do it? And we found a similar questions: https://www.sagecity.com/support_communities/sage_erp_x3/f/sage…
  • Create Customer with dimensions using Web Services

    I am trying to create a customer using the BPC object published as a web service. There are two dimensions associated with the customer. When I try to create the customer using the web service, I get a message "Analytical Dimensions Record does not exist…
  • implement API SMS in Sage X3 with RESTfull

    how to implement API SMS in Sage X3 with RESTfull webservices ?.I need an exemple if possible.
  • Sage EM Cloud and Web Serviced

    Has anybody been successful in consuming Sage EM Web Services from the cloud/hosted version of EM? I am able to publish an object as a web service, and I can consume it in the web services tester, but I'm not quite sure how to consume it from an external…
  • Soap Web Service Java Example

    I am looking for some example on calling a soap web service object using java. Currently using sage x3 version 11 patch 4, but if I could get some basic examples on this, it would greatly appreciated. I would prefer if it was related to SOH object, but…
  • Sage X3 REST WEB Service Company representation - EDIT

    Hi Im using V11 patch 5. I did a test with the standard representations of Company that comes with the folders , i can read details facet successfully. When i do a PUT request (using Postman) to edit a record on the COMPANY table i get this error…
  • How to consume Rest Web Service Sage X3 from third part application

    Morning, i need to know how can consume Rest Web Service from an asp.net application. I used before Soap Web Service with CAdxCallContext and everything was ok, but about Rest Web Service i don't found some tutorial on this argument. Can anyone…
  • call web services giving Error - Cannot read property '$type' of undefined.

    Hi All, I am trying to import customer into Sage X3 using Web service call, I am passing XML with the <Param>....</Param> and the all the other tags are which I exported using read method call. When I am calling "Save" method by passing XML with values…
  • How to Export Purchase Order through Web Services ?

    Hi All, The requirement here is I need to export the P.O whenever it is created in X3 through web services to a particular 'ftp' location & also I need to know how to define that ftp location in x3 web services. Please Help !
  • is it possible to create shipments/deliveries via web services?

    we are trying to create shipments/deliveries via web services. we are unsure at this time whether to go via the object, or via a sub program. there appears to be a built-in web service with an underlying subprogram named SDELIVERY however its usage is…