1 min readMar 22, 2019
Hi,
When you invoke “getRolesOfUser” method from SoapUI, the underline method which will be executed is this. That method’s returned value will be displayed on the SoapUI response panel. The returned value is an array of FlaggedName objects. <ax2764:selected>true</ax2764:selected> indicates the isSelected attribute of a FlaggedName object. You can filter the objects that have isSelected = true
at the service you are going to consume the “getRolesOfUser” service. However, I don’t know a way to filter them using SoapUI.