Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kskilling/6e0706b4f6014761a48fc51baf0a4068 to your computer and use it in GitHub Desktop.
Save kskilling/6e0706b4f6014761a48fc51baf0a4068 to your computer and use it in GitHub Desktop.
Additional code to capture the SRM Protection Group from the SOAP operation output
protectionGroup= response.getOutParameter("returnval");
protectionGroupType = response.getOutParameterAttribute("returnval","type")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment