jkrier
13 years agoRegular Contributor
How to use selectXPath
Hello,
Can anyone help me with using the method selectXPath in UISupport? What I am trying to accomplish is to display a list of results so a user can select the desired result from the message response.
I've tried this
ui = com.eviware.soapui.support.UISupport
rc = ui.selectXPath("Account Types", " Please select one", "<getAccountTypes#Response", "getAccountTypesResponse[1]")
Can anyone help me with using the method selectXPath in UISupport? What I am trying to accomplish is to display a list of results so a user can select the desired result from the message response.
I've tried this
ui = com.eviware.soapui.support.UISupport
rc = ui.selectXPath("Account Types", " Please select one", "<getAccountTypes#Response", "getAccountTypesResponse[1]")