Skip to content

Commit 2453aee

Browse files
authored
Readme - Interoperability adapter
1 parent e34e92e commit 2453aee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,16 @@ Python context can be persisted into InterSystems IRIS and restored later on. Th
4343

4444
Context is saved into `isc.py.data` package and can be viewed/edited by SQL and object methods.
4545

46+
# Interoperability adapter
47+
48+
Interoperability adapter offers abulity to interact with Python process from Interoperability productions. Currently three operations are supported:
49+
50+
- Execute Python code via `isc.py.msg.ExecutionRequest`. Returns `isc.py.msg.ExecutionResponse` with requested variable values
51+
- Save Python conext via `isc.py.msg.SaveRequest`. Returns `Ens.StringResponse` with context id.
52+
- Restore Python context via `isc.py.msg.RestoreRequest`.
53+
54+
Check request/response classes documentation for details.
55+
4656
# Test Business Process
4757

4858
Along with callout code and Interoperability adapter there's also a test Interoperability Production and test Business Process. To use them:

0 commit comments

Comments
 (0)