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 …
  • Exception Caught In DispatchAPI. Message - Query failed to run successfully

    Hi , I am getting Web-service exception as "Query failed to run successfully'" on excuting queryresult as below: webService.queryrecord("", "comp_companyId>0 and comp_updateddate >= ’08-05-2016 00:00:00‘", "Company", "comp_companyid") While…
  • Error 500 Generating WSDL File

    I'm getting the http internal server error 500 when trying to open the wsdl file in 2 different, but similarly customized systems. I'm using 7.3c. Url is http://[server]/[database]/eware.dll/webservices/webservice.wsdl. Can this be caused by adding…
  • Access violation at address 1A10D74C when trying to login using the WebService

    Hi, We have a situation where we are trying to login using the soap web service call from a PHP application. After the login request have been sent we get an Access violation at address 1A10D74C. We are still running version 7.0 d, on MS Server…
  • Como gerar ou recriar os STUBs (Manual em Português )

    FormerMember
    FormerMember
    Os STUBs ou esboço de método são usados pelo Webservice das notas fiscais e é parte fundamental para transmissão. Em geral os STUBs são criados junto com a configuração inicial do Webservice. Porem em algumas ocasiões é necessário recriar os STUBs.…