摘要:
一、webService 1、添加http post请求2、添加header:Conent-type:text/xml Post请求的body中填写<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 阅读全文
摘要:
一、使用 BeanShell使用方式一 BeanShell面板上写脚本 // 从vars中获取用户定义的参数,并转换为int类型 int p_skuId = Integer.parseInt(vars.get("p_skuId")); // 进行逻辑判断,如果是偶数,保存一个参数p_opt,值为“R 阅读全文