XPATH Dispatch in SoapUI Mock service/ Mock operation
问题 I am new in SoapUI, and was trying to understand the use of XPATH dispatch for a mock operation in a mock service. Here is what I have done so far Created a mock service for a calculator Added mock operation substract Following is a sample request for the operation <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cal="http://www.parasoft.com/wsdl/calculator/"> <soapenv:Header/> <soapenv:Body> <cal:subtract> <cal:x>1</cal:x> <cal:y>1</cal:y> </cal:subtract> <