• Setting up Windows M3 Mobile to connect with X3 to use ADC Functions

    Hi All Our client acquired windows M3 handheld type, to be used for stock operations e.g Stock receipt, Stock count using the ADC functionality in X3. We have installed the webserver component on the X3 server and also the telnet client. When we run…
  • AOWSIMPORT Sales Invoices Record Lock

    I am using the AOWSIMPORT web service / subprogram to create Sales Invoices. The invoice is created properly, but it is shown as locked by the web services user after it is created. Has anybody had this problem. Does anybody know how to get around this…
  • Updating SOH invoicing elements via web service

    I am trying to use a web service based on the SOH object to update invoicing elements on a sales order. Below is an example of the XML I am using: <PARAM> <TAB DIM="30" ID="SOH3_5" SIZE="3"> <LIN NUM="1"> <FLD NAME="INVDTAAMT" TYPE="Decimal">10</FLD…
  • 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…
  • Create BP Customer invoice with analytical dimensions using web services

    We are trying to import BP Customer invoices, publishing BIC object as a web service. When testing, we get an error with the message "Error-> Analytic dimensions: XXXX\Record does not exist, but the record exists. If we don't include this field in the…
  • Web Services - X3 server is not allowed to ask the web service server to open a window

    Error Detail X3 server did not return a response (NDRESULT). X3 server is not allowed to ask the web service server to open a window [{"winId":"WOSOHALL","funcId":"GESSOH","stamp":"20181112083550"}] AdxId returned by X3 server: B,E,A2…
  • Production Tracking Web Service

    Has anybody been successful in calling the production tracking (MTK) object as a web service. I have found that if you call it to do material consumption, and you only want to consume 1 material, it automatically adds all of the materials that are on…
  • Delivery Locked after Validation

    I am creating deliveries in Sage EM using the SDH web service. After the delivery is created, I am calling the code from the SDH object to validate the delivery. I have found that the deliveries get validated successfully, but they remain locked. Does…
  • Is it possible to convert a quote or update a quote using web services

    We have recently added functionality to our website to allow customer to retrieve a quote. Basically we do a read to pull the quote data into the website. When the order placed in X3 using web services the quote remains open. Is there a way to convert…
  • Update Delivery using Web Services

    I have a scenario where a 3rd party application needs to update the delivery using a web service. 1) The delivery gets created in X3, and the lots are allocated at that point. 2) A 3rd party warehouse management system receives the delivery, and ships…
  • Web Services Error Message

    I created my own webservice which is tied to my own subprogram. When I try to execute the webservices through soap in sage, I get the following error message: Cannot read property 'GRP' of undefined What does this mean and how do I fix it? After…
  • REST WEBSERVICES STANDARD QUERY FACET

    Hi I created a Class and representation for the ADOVAL table. When i query the representation (GET request, ADOVAL representation, query facet) i get the response. The response are the first 20 records and in the final the link to the next 20 records…
  • Web Client Sessions Remains Active until timeout

    Good day everyone, We have a problem with the sessions that happens in V11 and V9 of X3. We have an user that is set for 'WebServices Connection', that we realise is each time we call a Webservice using this user it consumes one session and doesn…
  • Web Services Blocked

    We are receiving the following error when calling X3 web services. Does anybody know how to resolve this issue? "The web services system is blocked because of the grace limit defined by the license system (WSGRACELIMIT) that has been exceeded."
  • X3 Rest WebServices capabilities

    Good morning everyone, I'm doing some analysis about the Web Service capabilities of X3, the question is quite simple. In X3 V9 exists the Rest Web Services for outgoing, does it exist for inbound connection? or for the inbound connection only exist…
  • 'Too many tables open' in web services

    I'm on 9.0.3, and it seems like over the course of a busy day - eventually, no matter what, this error will stop web services. It will refer to the web service it's using at that moment, but it can be any of the services, so that particular web service…
  • Communicate data to third party from x3 through web services ?

    Hello All, How could we write data to third party application, whenever a new record is created at X3 level through web services? Kindly help me this regard. Warm Regards Praveen
  • Web Services DeleteLines

    Hello. I'm looking for advice on using the DeleteLines method in web services to delete sales order lines as part of an application that moves open SO lines. (It creates lines on a new or current sales order, then deletes them from the source order.)…