• 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 …
  • Set Timeout for web services rest call using ASYRRESTCLI.EXEC_REST_WS

    When launching a request via REST web service with the ASYRRESTCLI.EXEC_REST_WS instruction against a third party Endpoint, I need to control a certain time in which, if the Endpoint does not respond, to exit the call and return error by TimeOut. Currently…
  • Number of instructions error

    I am trying to publish a web service based on the BPC object. I am receiving the error below. I think this is similar to the "too many published fields error", but the wording on this one is a little different. Has anybody seen this error before? The…
  • Strange threading error message with all web service requests

    I am attempting to create sales orders through a .NET web service object using JSON. I can successfully create an order in X3 with the web service test utility built in to X3 by using save method and the JSON string that is generated by my application…