Change WebAX URL in AppXtender Workflow Manager

Change WebAX URL in AppXtender Workflow Manager

Issue:
Which files reference the WX url for Workflow?

Solution:
The AXWebAccessURL is configured in the web.config files in these paths:
C:\Program Files\XtenderSolutions\Content Management\ApplicationXtender Workflow Manager\Web\ECSite\web.config
C:\Program Files\XtenderSolutions\Content Management\ApplicationXtender Workflow Manager\Web\EnterpriseConsole\web.config
 
The WFEngine.NET2.exe.config file inside this folder also contains the WX url
C:\Program Files\XtenderSolutions\Content Management\ApplicationXtender Workflow Manager\Bin\WFEngine.NET2.exe.config
 
The WIM.exe.config file also has a place to specify the WebAccess URL, but it’s not looking for the AXServicesinterface.asmx file – just for the Web Access url (e.g http://mydomain.com/appxtender):
C:\Program Files\XtenderSolutions\Content Management\WIM\WIM.exe.config
    • Related Articles

    • ApplicationXtender Workflow Manager Reset

      You can do the following steps manually or put this in a batch file. The following is for an x64 server. If you have an x86 server please change the paths for the .NET temp. files. net stop "AppXtender WIM" net stop "Skelta - Workflow Engine" net ...
    • Modifying User Settings in AppXtender Web

      Changing User Settings To change the user's User Settings in ApplicationXtender Administrator:   1.  Go to Application Management 2. Expand the data source by clicking on it 3. Choose Web Access User Settings 3. Click the X next to Default user ...
    • AppXtender Document Manager - Create Settings File

      Creating an .axs settings file allows you to configure Document Manager for access without having to set up Data Source Selector. Here are the steps to generate and load this file: 1. Log into Document Manager on any working client machine as any ...
    • AppXtender Document Manager error "Invalid Logon Handle"

      This message is common in a scenario where the local client machine running Document Manager cannot contact the license server to obtain a license. If you are getting this error after the machine had been working for a period of time then suddenly ...
    • How to change max retrieved search results in AppXtender Web Access

      The default maximum number of query results retrieved per query in ApplicationXtender is 1000. You can change this by doing the following: 1. Locate the web.config under c:\inetpub\wwwroot\appxtender and make a copy as a backup 2. Open the file and ...