项目中使用WSDL服务访问方式时,报错given soap action does not match any operation,原因是没有添加@WebMethod注释
@WebMethod(action="getMyselfToThirdPayRecordList")
String getMyselfToThirdPayRecordList(String jsonStr);
@WebMethod(action="getMyselfToThirdPayRecordList")
String getMyselfToThirdPayRecordList(String jsonStr);