Aksingia
9 years agoOccasional Contributor
Assertion and variable comparaison for a webservice
Hello,
I have a webservice which as //*:import_id_doc_stk in request part and has //*:export_id_doc_stk in response.
I won't explain the processing but I'd like to compare //*:import_id_doc_stk and //*:export_id_doc_stk in an assertion.
Is it possible? When I tried, it compared //*:export_id_doc_stk as if it is an actual string and not a variable.
Thank you for your help.
Edit: using a WSDL (calling mainframe)