• 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • 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…
  • 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?
  • SIH Soap webservice call

    Hi Im doing a soap webservice call to object SIH that i published. Im entering the price (GROPRI)in the line of the sales invoice, but the webservice is defaulting the price to zero. I have no price lists and when i go to the saved invoice and check the…
  • 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.
  • Webservice Problems with create work order

    Hi everybody!. I must use webservice to create an work order. I create a web service script with MFG object, and WJMFGXL1 program. I create a XML parameters with the fields that value is INPUT, but always when I run webservice and invoke this xml…
  • Validate PO Invoice with Webservice

    Does anyone here have any idea how to validate a PO Invoice using a webservice, or other similar method?
  • Web Service deleteLines

    Hi ., Can we delete multiple lines at a time by using deleteLines method through web service.
  • Object Webservice : Invalid XML

    Hi guys, I have an object webservice from invoices, and when I do a request to read one invoice the answer is: " Invalid XML: double quote missing at line 1 near &lt;?xml version="1.0" encoding="utf-8" ? ". But in the body of request doesn't exist none…
  • 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…
  • Trying webservice with object BOD and field BOMALT

    Hi all, when i try to create a new BOMP with Web Services it always return me this error "BOM code : 1\Record does not exist" on Field error [M:BOH0]BOMALT and i am sure that code "1" exist on my Sage X3 v9 (patch 6). this is my xml so far: <PARAM…
  • Get REST webservice photo

    Hi, I created a specific table to store some information.. One of the columns is a photo (blob)... How can I consume them via web service to show the photo on an external HTML page? In the picture below, BLOB_0 is my field where the photo is. How…