Browse By Tags

  • 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.
  • 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.
  • Valid. ID IVA intracom - Respuesta del web service: valid=

    Al ejecutar la validación ID del IVA intracom desde la ficha del Tercero el servicio web VIES devuelve un error. Por ejemplo: Error de validación. ESA28581882~ES001~001~1 ESA28581882 no es válido. Respuesta del web service: valid= Este error ya…
  • 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 wsdl Unable to connect

    Help, please! I am attempting to connect to the wsdl for a Sage CRM 2020 R2 install and I am getting the following error. This page contains the following errors: error on line 3 at column 62: Opening and ending tag mismatch: hr line 3 and body Below…
  • Illustrated guide to tracing Web Services

    NOTE: This article is no longer relevant from 2021 R3 (Version 12 Patch 27) as the Engine Tracing functionality changed significantly in this version. See the PDFs attached to KB article " How to run an Engine trace in Sage X3? " for more details on both…
  • 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 CRM Web Services in Node.JS

    I am trying to write some code using Node.JS to push data into Sage CRM through the SOAP web Services. I am currently at the dead end in terms of some errors faced, i would appreciate if i can be pointed to the error. I know writing this in .Net C# or…
  • Submitting form values to an external website after record insertion.

    Hello, I seek a little advice as i am new to this (external accessing) concept. From what i understand, is that an external access to Sage CRM in a secure and the only way can be achieved by using Web Services which are using Sage API. However…
  • Error on getting Record count for users by queryidnodate

    I want count from user table , so now i am executing query like queryidnodateresult idList = CRMService.queryidnodate("", "users", true); aisid[] myaisid = idList.records; MessageBox.Show("Number of IDs returned by query:"+myaisid.Length.ToString…
  • Email and Phone Data Duplicated and Not Synced For Updates Made Either By Admin or by Web Service

    There is a rabbit hole that is the CRMEmailPhoneData table and its non interaction with webservice updates to Email and Phone links tables. We had been testing cases where the EmailLink is deleted, (user deletes the email address for an entity but the…
  • Get Communications for User via Web Services

    Hi, When adding a Communication via Web Services, a comm_link record is automatically created, linking to the assigned User. I cannot see an obvious way, however, to retrieve the Comms for a given UserId, without running two separate queries - firstly…
  • Using T-SQL functions in <fieldlist> element of web service XML

    Hi How can I use the T-SQL function for example ISNULL() in a <fieldlist> tag of a web service XML (using Sage CRM 7.1)? When I execute the following request in a fiddler: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap=" ">schemas…
  • SOAP Request causes Access violation

    Hello community I'm trying to get the SOAP-Webservice in CRM to work but i get always an access violation error. this is how the request looks like... ################################################# POST /crm/eware.dll/webservices/SOAP HTTP…
  • Update field in CreateScript

    On the field orit_quantity , I have written code in the section CreateScript, to call a web service to get the discount and the price according to the article and the quantity. Is it possible, in this section (CreateScript), update other fields, for example…
  • How to use queryid method?

    Hello, We want to use queryid method for data synchronization with the external application. The queryid method has the following parameters. For instance, we want to fetch data from 'Person' table every day. What parameter values (queryString, orderBy…
  • Using the Web Services API

    I am trying to use the web services API, but I'm running into an issue. I've found that if I log into SageCRM and have an active session, then the API works fine. However, if I do not have an active session and I try to connect the the web service API…
  • webservice api with java

    Hi, I'm new to sage crm (also webservices) and I would like to use sage crm's webservice api (the localhost/crm/eware.dll/webservice/webservice.wsdl file). I followed the steps in the tutorial video that I have downloaded from here ( DP13 Sage CRM…
  • Queryentity getting null or default values for most fields (Webservice)

    Dear Sirs, I'm using C# .Net and a Service Reference to run queries on CRM 7.1 API. The problem is that I get null (or default) values for most fields while running queryentity , query , etc. In the other hand, queryrecord works fine, although it's cumbersome…