Modified an E1 orchestration to use a new service request connector but it only works for me.
Apologies for posting twice - I asked this in the Applications sub forum and then found this forum which seems much more appropriate
I had an application(UBE calling BSFN) in PD that was calling an Orchestration(ORC_A) that used a connector(SRE_A). BSSV was using B98ORCH to call the application - passing a JSON string but receiving back a formatted response (using the output values) because of string size limitations with B98ORCH, we decided to bypass it and make the AIS calls directly thru code. I created a new connector(SRE_B) whereby both request and response were simply a JSON string. ORC_A was modified to call SRE_B. Everything worked seamlessly in our PY environment.