There are a few changes I’m going to have to make to the live integration. I have set up the code and can debug, etc. The problem I’m having is with the DynamicWebService service and testing without AX.
I have set the “TestMode “ = True, but it seems to always want to connect to the ConnectorType specified (and this is required).
If I don’t specify the “AxEndpoint” in the AxConnector, I get an error, even though I’m in TestMode: “An error occurred processing the request. Exception: Invalid URI: The URI is empty.”
If I enter in a dummy Ax endpoint, then it tries to connect to that.
The question is, does it need the AxEndpoint if I’m in Test Mode?