Forum Discussion
Federal_Home_Lo_1
14 years agoOccasional Contributor
Thanks for the response. I tried doing that on field like status code. The status code is either 0 or 1 depending on success/failure.
xpath : declare namespace ws='http://ws.advances.pso.s1.com/';
//ws:updateManualRate[1]/manualRateRq[1]/manualRateStatus[1]
expected value : 0
However that may not be enough to uniquely identify and that may be the reason anything over 2 threads started getting stuck. But i am not entirely clear how I can specify the same for unique field. For example the fields that is unique coming in from our server is
declare namespace ws='http://ws.advances.pso.s1.com/';
//ws:updateManualRate[1]/manualRateRq[1]/backendReferenceNumber[1]
Since this field is always has a new unique value, how do I provide the expected value?
I tried a few things. I guess I am not doing something right.
Thanks for you help.
xpath : declare namespace ws='http://ws.advances.pso.s1.com/';
//ws:updateManualRate[1]/manualRateRq[1]/manualRateStatus[1]
expected value : 0
However that may not be enough to uniquely identify and that may be the reason anything over 2 threads started getting stuck. But i am not entirely clear how I can specify the same for unique field. For example the fields that is unique coming in from our server is
declare namespace ws='http://ws.advances.pso.s1.com/';
//ws:updateManualRate[1]/manualRateRq[1]/backendReferenceNumber[1]
Since this field is always has a new unique value, how do I provide the expected value?
I tried a few things. I guess I am not doing something right.
Thanks for you help.