• 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…
  • Web Services Certificate Error

    I am trying to call an X3 SOAP web services from .Net, but I am receiving a certificate error. Does anybody know how to override the certificate error when consuming X3 SOAP web services in .Net?
  • Problem with Webservice using vb.net

    I have a (Subprogram) Webservice that I am trying to run from vb.net I have used the same code successfully with an Object Webservice. I am getting the following error when executing: resultXML = webService.run(callContext, "WSMANTIMP", readXMLEach…
  • Web Services DeleteLines

    Hello. I'm looking for advice on using the DeleteLines method in web services to delete sales order lines as part of an application that moves open SO lines. (It creates lines on a new or current sales order, then deletes them from the source order.)…