Soap Action Installation and Upgrade
Configuration and UsageFor configuration and usage of this connector please go to the Soap Action guide.
Installation Requirements
SaaS EnvironmentsNo action needs to be taken for customers on cloud deployments hosted by Smart Communications as the environment should already have this connector installed. If you need a licence please contact your Customer Service Manager.
For customers on self-hosted deployments (either in the cloud or on-premise), consider the following requirements before installing or upgrading this extension:
-
You must have administrator/elevated permissions to the
USER.PRODUCTNAMEweb server, including the ability to copy and replace files in theUSER.PRODUCTNAMEinstallation folder. This is usuallyc:\inetpub\wwwroot\<<productname>>. However, this may vary from system to system. -
You must have the following installation file:
SOAPAction.dll
Installing the Action
Use the instructions below to install the action. If you are upgrading the action from a previous version, refer to the section Upgrading the Action below.
Note that [PRODUCTNAME Produce Path] refers to the installation path on the web server running USER.PRODUCTNAME where the Produce site has been installed. By default, this is c:\inetpub\wwwroot\<<productname>>\produce. However, this path may vary from environment to environment. Equally, [PRODUCTNAME Manage Path] refers to where the Manage site has been installed, and [PRODUCTNAME Scheduler Path] refers to where the USER.PRODUCTNAME Scheduler service has been installed.
How to Install the SOAP Action
-
Copy the
SOAPAction.dllfile into the following folder on theUSER.PRODUCTNAMEweb server:
[PRODUCTNAME Produce Path] -
Using a text editor such as Notepad, open the following file:
[PRODUCTNAME Produce Path]\appsettings.json -
Locate the
Extensionssection of theappsettings.jsonfile and add the following line
"SOAPAction.SOAPAction, SOAPAction"-
Save and close the
appsettings.jsonfile. -
Using a web browser, navigate to the
USER.PRODUCTNAMEProduce application to allow the system to register the action.
The SOAP Action should now be installed ready for configuration and usage.
Upgrading the Action
- Copy the
SOAPAction.dllfile into the following folders on theUSER.PRODUCTNAMEweb server, overwriting the existing files:
[PRODUCTNAME Produce Path] - Using a web browser, navigate to the
USER.PRODUCTNAMEProduce application to allow the system to register the upgraded action.
Installation to Scheduler
If the target environment is using the USER.PRODUCTNAME Scheduler, it is best practice to always install actions and accelerators to this service at the same time as the installation in USER.PRODUCTNAME Produce application. If this is not installed to the USER.PRODUCTNAME Scheduler there may be errors if any projects are executed from the scheduler that refers to this action.
To install any action to the USER.PRODUCTNAME Scheduler, follow the instructions in this guide as they apply to USER.PRODUCTNAME Produce, except instead of USER.PRODUCTNAME Produce Path use USER.PRODUCTNAME Scheduler Path, noting that there is no ‘bin’ folder in this path so all files should be copied into the root of this path. For example, consider the path:
c:\inetpub\wwwroot\<<productname>>\produce
To install to the USER.PRODUCTNAME Scheduler, simply use this path:
c:\inetpub\wwwroot\<<productname>>\IntelledoxScheduler
Also, you must apply the same configuration changes as instructed for the Produce appsettings.json, except to the IntelledoxScheduler.exe.config file.
