Created
May 27, 2019 14:35
-
-
Save kskilling/f6bca071679e3f0fe8a1c024e64e1a88 to your computer and use it in GitHub Desktop.
Additional code to capture the SRM Recovery Plan Root Folder 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
| recoveryPlanRootFolder= response.getOutParameter("returnval"); | |
| recoveryPlanRootFolderType=response.getOutParameterAttribute("returnval","type") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment