• 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 …
  • Web service return document

    Hello, We want to create a Web Service that returns a document (sales order) in array format of bytes (base 64?). It's posible? Any ideas? Thants in advance. Carles.
  • 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…
  • ERROR When creating new customer throw REST API

    i used all the fields requested from BPCUSTOMER.$details and fill them with same data but i always got same error below : i searched that field (BPC_BPD_REP) in sage x3 and in response but i didn't find it i just found (BPCBPDC_REP)
  • C# web service wrapper on new net core/standard frame

    I’m trying to develop a c# wrapper to communicate with x3 SOAP web services with the new frameworks NET CORE, NET STANDARD 2.0 (on Xamarin). With this wrapper: https://www.rklesolutions.com/blog/x3-soap-web-services I can easily connect with…
  • Web service action modify list inventory

    Hello, I'm trying to call the web service object to update QTYPCUNEW on a inventory's list wich is include 98 lines. Gosub DEFVAR From WJYSLX3SNL WW_ACTION = "READ" : # READ, CREATE, MODIFY, DELETE, SUPLIG, INSLIG WW_IDENT = "SES1912S0100035~INV1912S0100055…
  • Webservices and Groups

    In a webservice you have to select a group for a parameter/value. What is the purpose of that? Why do i get the following message, [err] Field ZBPCEMP not expected into group GRP0. when in my webservice definition the field is in Group0! Also…
  • Web Service Loging

    I am currently extending a webservice. I did the mapping and the customization of the subprogram, but i just get the following feedback from the service [warn] WS execution failed on first attempt. A second attempt has been processed to force the reload…
  • Java Basic Auth

    Does anybody have any examples of calling X3 web services in V12, particularly the basic auth portion of the call? The documentation for V9 and later only includes .net, which I already have working.
  • Sage EM Web Services in V12

    Has anybody been successful in evaluating the errors returned from a SOAP web service call in V12? In previous releases, if the web service failed, a list of messages were returned in the CAdxMessage class. It appears that this class is now null when…
  • Insert new line in AOWSIMPORT web service

    Hello, I'm trying, on Sage X3 V11, to import a Task using the specific X3 Model with the help of AOWSIMPORT WebService. The X3 Model for Tasks defines the field separator as a new line (\010\013), but as soon as I put a newline inside the I_FILE in…
  • 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…
  • Web service, Order (SOH), kit components

    Hello , I have a problem concerning kit products and their components . The components are not created automatically when creating a order with web service . It works fine when creating the order line with the same product in Sage x3 . Does anyone have…
  • How to use sequential number in rest web service creation object?

    Hi, i'm writing records with web service $create method, but now i have a problem with the sequential number. How can I to have the max sequential number of one table that i have to use it to write in a table? Ex. i'm writing in MFGHEADTRK table…
  • Web Service Sage X3 - Soap or Rest?

    Hi, i'm new user and i write in this forum to have a suggestion... I'm starting to develop an external application that use data from Sage X3 (ex. Articles, Orders, etc.) with the use of web service but i have some doubts if use SOAP or REST web service…
  • web services read error

    can anyone help? (this is an updated version of the original post in case you read the op - I have narrowed the issue down... see below) i have created 3 web services based on the objects ITM, ITF and BOD and published these (ZITM, ZITF, ZBOM) ZBOM…
  • RE: Web Service Logs

    Hi Denise: For any web service tester action that you try, there are four outputs sections that will display for the web service result data (they are all available within the XML output stream) Reply Description which is a description of the final…