Hello everyone,
We're using EEM to monitor some activities on our systems.
Mainly, we make scripts out WSDL xml to test specific SAP interfaces. It works fine.
However one particular http test requires to test 2 separate interfaces (through the same service), since 1) it creates an account number; then 2) cancel the account number. This is a necessity to cancel the number, otherwise that would create instability on other systems.
So I'm looking for a way to pass one parameter (the account number) from Script 1 to Script 2 (cancellation), but don't know how exactly.
Or, within the same Script, from Step 1 to Step 2 if this is easier to do.
Is there an option that I don't know about within EEM Editor? Maybe variables, etc.?
Thank you!