Created
May 27, 2019 14:38
-
-
Save kskilling/aa01a12a0eaa5b497d97b756dd9fe641 to your computer and use it in GitHub Desktop.
Additional code to capture the SRM Recovery Plan name and type values from the SOAP operation output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| recoveryPlan= response.getOutParameter("returnval"); | |
| recoveryPlanType = response.getOutParameterAttribute("returnval","type") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment