Can WCF version 1.1 work with the EMS version below 5.x.x?

Can WCF version 1.1 work with the EMS version below 5.x.x?

book

Article ID: KB0092364

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
It can work with EMS version below 5.x also. The following are the requirements.

Post-Installation Requirements

The following describes software that is required to use TIBCO EMS Transport Channel for WCF. This software can be installed either before
or after you’ve installed TIBCO EMS Transport Channel for WCF.
¿    TIBCO Enterprise Message Service™ version 4.4.3 or newer
This software must be installed on both production and development machines.
Note, however, the only feature of EMS required by TIBCO EMS Transport Channel for WCF is the C# Client. The C# Client must also be installed in the Windows Global Assembly Cache (GAC).
The way in which you install the C# Client and install it in the GAC depends on the version of EMS you are using, as follows:
-    EMS version 4.4.3 - If you are using this version of EMS, you can perform a "Custom" installation of EMS, and select the C# Client from the list of features that can be installed. (Performing a "Typical" installation will also install the C# Client.)
After installing the C# Client, you must install the C# Client’s DLL (TIBCO.EMS.dll) in the GAC. This can be done either by using the Windows Global Assembly Cache Utility (gacutil) — see the link below for more information about the GAC. Or you can drag and drop the TIBCO.EMS.dll file from the EMSInstallDir\clients\cs folder to the C:\WINDOWS\assembly folder. The assembly folder is a special folder where the .NET Framework stores assemblies for the GAC. (Note you must drag and drop the file into the assembly folder — you cannot copy it.)
- EMS version 5.x - If you are using this version of EMS, the only requirement is that you install the "runtime" version, which automatically installs the C# Client’s DLL (TIBCO.EMS.dll) in the GAC.
For additional information about the GAC, see:
   http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx

Issue/Introduction

Can WCF version 1.1 work with the EMS version below 5.x.x?