Forum Discussion
suamy88
13 years agoOccasional Contributor
Hi everyone! I am just learning how to use SoapUI, and making some investigation about XQuery assertion, I got a doubt, I am trying to make some assertion...This is what I did..
declare namespace ns2='http://front.vtsuite.smartbt.com/';
declare namespace S='http://schemas.xmlsoap.org/soap/envelope/';
//ns2:loginResponse/login/clerkPrivileges
My Expected Result is this one
<clerkPrivileges>
<allowCardPayment>true</allowCardPayment>
<allowCardPaymentManual>true</allowCardPaymentManual>
<allowChangeSettings>true</allowChangeSettings>
<allowDashboard>true</allowDashboard>
<allowMyTransactions>true</allowMyTransactions>
<allowRefund>true</allowRefund>
<allowRefundManual>true</allowRefundManual>
<allowVoid>true</allowVoid>
</clerkPrivileges>
My question is, those privileges can be true or false, how can validate them to false?
Is that posible...
Thanks...I really need some help
declare namespace ns2='http://front.vtsuite.smartbt.com/';
declare namespace S='http://schemas.xmlsoap.org/soap/envelope/';
//ns2:loginResponse/login/clerkPrivileges
My Expected Result is this one
<clerkPrivileges>
<allowCardPayment>true</allowCardPayment>
<allowCardPaymentManual>true</allowCardPaymentManual>
<allowChangeSettings>true</allowChangeSettings>
<allowDashboard>true</allowDashboard>
<allowMyTransactions>true</allowMyTransactions>
<allowRefund>true</allowRefund>
<allowRefundManual>true</allowRefundManual>
<allowVoid>true</allowVoid>
</clerkPrivileges>
My question is, those privileges can be true or false, how can validate them to false?
Is that posible...
Thanks...I really need some help