Question Matthew Cummings · Jun 6, 2022 No OnProcessInput() method in custom business service Hello all, I was looking at some code of a business service of which the author is unknown. It's very simple in what it does; it extends from Ens.BusinessService and has a method that performs SendRequestSync() to a business process. However, I noticed that the business service lacks an OnProcessInput() method. Rather, it uses a method called General() which has the same sort of signature/structure that OnProcess input does--pInput as [Custom Message Class], Output pOutput as [Custom Response Class]. #Business Service #InterSystems IRIS 0 7 0 562
Question Matthew Cummings · Oct 14, 2021 Making a JWT/OAuth2.0 Hello all, First time post and newer to Cache/ObjectScript in general, please keep it in mind! #Caché #InterSystems IRIS 1 8 1 1.2K