Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kskilling/f6bca071679e3f0fe8a1c024e64e1a88 to your computer and use it in GitHub Desktop.

Select an option

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
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