Question Adam Skurek · Jun 13, 2018 Ensemble Web Service - accept HTTP Basic authentication Hi guys,is there any way to configure Ensemle Web Service ( EnsLib.SOAP.Service ) to accept HTTP Basic authentication instead of SOAP security headers?Thanks. #Business Service #SOAP #Ensemble 1 2 0 688
Question Adam Skurek · Oct 3, 2017 .NET Gateway vs. Java Gateway Hello,we have to implement some application logic using either Java or .NET. Which should we choose? Given that all other considerations are equal, which is in your experience better way performance-wise to interact with external components in Caché: .NET Gateway or Java Gateway?Thanks. #Caché 0 1 0 370
Question Adam Skurek · Sep 28, 2017 Crypt-compatible COS function/implementation - has anyone seen this code? Hello, I am looking for ObjectScript implementation of crypt-compatible function, that generates md5 salted hashes (output is in the form of $1$salt$hash). From what I understand it uses its own spin on md5 algorithm: https://en.wikipedia.org/wiki/Crypt_(C)http://php.net/manual/en/function.crypt.phphttp://www.gnu.org/software/libc/manual/html_node/crypt.html #Caché 0 7 0 489
Question Adam Skurek · Apr 13, 2017 Export Cache Class including dependent classes In Cache Studio there is export class dialog with options "Export current project" and "Include dependent classes".Is there any way to export class programmatically, but with same effect as if "Include dependent classes" was checked? So that not only the class itself is exported, but also all dependent classes? I know of Export method in %SYSTEM.Obj class, but it only exports the class itself. #Caché #XML 0 4 0 953