Pass limit raized to 3 641 144 characters, context persistence, error reporting
Both input and output are now limited to 3 641 144 characters which is a maximum for callout library.
Context now can be persisted, displayed and restored. See readme for details.
Get errors with set sc = ##class(isc.py.Callout).GetStatus()
Refactored interoperability messages. All processes now must utilize the new request and response classes instead of the old ones:
isc.py.ens.Request
→isc.py.msg.ExecutionRequest
isc.py.ens.Response
→isc.py.msg.ExecutionResponse