Created
May 27, 2019 13:56
-
-
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
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
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