In order for the data card to be retrievable in EPC, the following 2 checkboxes must be set in the Xentry patcher when generating the key:
The following file must be adapted so that the data card can be called up in WIS
C:\Program Files (x86)\EWA\config\wis_config.xml
These 2 lines with the datacardURL and datacard_V2_Url must be adapted as follows
<PARAMETER name=“datacardUrl”>http://localhost/EPC-net/datacardapi</PARAMETER>
<PARAMETER name=“datacard_V2_Url”>http://localhost/EPC-net/dcapi</PARAMETER>