• 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…
  • Sorting works but the returned URLs are wrong

    SData 2.0 web services endpoints order the returned data correctly but change the order by direction in the returned URLs. For example, making a request to the following: `vPeople?where=Pers_CompanyId eq 'companyID'&startindex=1&count=10&orderby=Pers_PersonId…
  • How to order result sets when using Sage CRM webservices? (v7.x)

    Hi there, Does anyone know of a way to order a result set by a specified field when using Sage CRM web services? I've tried with `query`, `queryentity`, `queryidnodate`, and `queryrecord`, and all of them return an error. As an example, I'm constructing…
  • Library Record Creation - Sage 2017 R2 - SOAP /WEBSERVICES - Question

    All, Thanks for taking the time to read this. I have an issue with creating a library record via web services. AIM : Create a library Record -> Populate fields with data. Sample Code: ewarebase[] CRMBase = new ewarebase[1];//Allows reference…
  • Web service drops integer fields values

    Using web services to create a library document creates the record but puts NULL values in fields that are integers (IDs and filesize). I confirmed that the IDs are valid and tried passing them as integers and strings with the same results. Any ideas…
  • Call a svc Web Service from Table Script

    Hi! Is it possible to call a REST .svc Web Service from the CRM table scripts after a Company is created or updated with the companyid in the call? Also, is there an existing table script execution log I can consult to debug? Thanks! Pascal.
  • 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…
  • Web services php code to add a lead fails silently

    I'd appreciate some help to identify why this php code fails silently. try { //define connection options, this allows for recording messages sent and received $options = array('trace' => 1); $client = new SoapClient(" ">cloud.eu.sagecrm.com/.../webservice…
  • Web services guide

    Back in the days of Sage CRM 6.1 there was a document provided in the documentation folder called "SageCRM 6.1 Web Services Guide.pdf". Since that version, there has been no updated version of this file included in the documentation folder. Is tehre…
  • Updating leads via web services

    I'm trying to update some records via web services. I have some input data which consists of a list of email addresses in a spreadsheet. I need to go through that list 1 by 1 and for each email address return all the matching leads. Once I have my list…
  • Email address access through SOAP Web services and CRM 7.1 SP2

    Hi All Below is an extract of modified code from the sixthapp web services solution that Jeff Richards created. We are running the solution against Sage CRM 7.1 SP2 and the problem that we are seeing is that the CRMEmail.type never equates to "Business…
  • 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…