|
| I spent a whole day on a very stupid thing. I hope this helps someone out
someday.
Am using the SQL Adapter to execute a SQL Server stored procedure.
Responseroot accepts input parameters through a tranformation, Requestroot
brings results back (output fields are promoted in the schema to be
accessible in an orchestration). Orchestration has variables which get
populated once the stored procedure is called. Was trying to debug the
orchestration by checking the values of these variables (output fields of
stored procedure) and they kept returning null in the orchestration debugger.
Spent a whole day just trying to do this in many different ways.
Figured out that not until you ACTUALLY "USE" VARIABLES will their values
get exposed. Frustrating.
|
|