Web Services - X3 server is not allowed to ask the web service server to open a window

SUGGESTED
Error Detail
X3 server did not return a response (NDRESULT). X3 server is not allowed to ask the web service server to open a window [{"winId":"WOSOHALL","funcId":"GESSOH","stamp":"20181112083550"}] AdxId returned by X3 server: B,E,A2,1
Anyone has any suggestions on how to diagnose this or knows of a resolution.
Thanks.
  • 0
    SUGGESTED

    When calling an object using a web service, if there is a pop-up in the user interface, it will return a message like this, and the call will fail.  This looks like the allocation window is popping up.  I normally try to enter the transaction manually, from the screen in X3, and this will tell you specifically what the window is.  To override this, you will need to add custom code to suppress the window when theGWEBSERV value = 1, but make sure it won't cause any other issues if you do this. I also sometimes wrap the call around a custom subprogram, and call the import template for the object from the web service.  The import templates normally get around these types of errors.