• Use API SOAP from .Net Core

    Hello everybody, We are making an app for the Mafesa plant and it is in .Net Core because it suited us but we find the problem that we can not make SOAP requests as we did from other apps in .Net framework. When we reference the WSDL the CAdxWebServiceXmlCCService…
  • 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 …
  • 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, …
  • Subprogram with rest

    Hello everyone I developed a web services(Subprogram) using SOAP, how I can do it again using the REST method, Please can you help
  • SIH SOAP webservice x Stock issue lines creation

    Hello, When creating a Direct Sales invoice through SIH SOAP Webservice, the system returns the message below: <message>Line Number 1 \ Product ITMMOB001 : The stock to issue has not been determined \ Document line quantity 1 Processed quantity 0…
  • SOAP WS PU9

    Hi I did a soap webservice in PU9. Its about reading from x3 and delivering to an external app inside the company network, not external I have the V1 EDM solution installed in this folder, so the pool is created and EDM is running on it writing…
  • 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…
  • Sage X3 V7 Update8 SOAP Webservice Using PHP

    Hi eveybody, I want to call webservices to interact with Sage using PHP. I have this error : Il n'y a pas de Header element [http://www.adonix.com/WSS][CAdxCallingContext] dans le message Soap. I can have the Object WSDL and the listing of methods…