Skip to content

Instantly share code, notes, and snippets.

@kskilling
Created May 27, 2019 14:38
Show Gist options
  • Select an option

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

Select an option

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