Browse By Tags

  • SYRACUSE WS Unauthorized error

    Hi I'm trying to use X3 V12 webservices from PHP application, below the code I used to save a new order : $soapclient=new SoapClient($wsdl, $options); $callContext = array('codeLang'=>$code_lang, 'codeUser'=>$username, 'password'=>$password, …
  • Web services in other Programming Languages

    Sage CRM's documentation for SOAP web services contains examples mainly written in C#, but for people who are interested in using other programming languages, the guide also has examples of some typical SOAP messages that we can use. If you decide to…
  • 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 Configuration

    So I've installed web services, have PHP5 installed. I can query my shopping cart no problem, and can get to my web services basic wsdl url no problem. I've used the provided PHP 5 SO insert example from the Sage documentation and substituted all of…