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.
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.
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.
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.php
http://www.gnu.org/software/libc/manual/html_node/crypt.html
Does Cache have something like that built in?
Has somebody here seen it implemented somewhere?
Thanks.
Added:
I have found description of the underlying algorithm here: https://www.vidarholen.net/contents/blog/?p=32
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.