Can somebody give me a pointer on this line of code below that compiles on 10.2.300, but fails to compile on 2022.1.
var dynamicCriteriaReport = WCFServiceSupport.CreateImpl<Ice.Proxy.Rpt.DynamicCriteriaImpl>((Session)oTrans.Session, Epicor.ServiceModel.Channels.ImplBase<Ice.Contracts.DynamicCriteriaSvcContract>.UriPath);
The error I’m getting is:
Error: CS0117 - line 313 (735) - ‘Epicor.ServiceModel.Channels.ImplBase’ does not contain a definition for ‘UriPath’
Is it a write to use REST, move away from WCF? Or a tweak to syntax? I have seen some Kinetic Code examples that do use the WCFServiceSupport.