|
解决了,把带有checkalarm全部去掉就搞定了
这是1个网页登陆程序
登陆以后,进行人员的登记,有犯罪记录的人系统会自动提示,
这个错误回放的时候就发生在 web_custom_request("CheckAlarmService.asmx_5"里面
我用lr 8.1录制web/html协议。每次跑都提示下面这些
<?xml version="1.0" encoding="utf-8" ?>
- <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <soap:Body>
- <soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>System.Web.Services.Protocols.SoapException: 没有有效的操作参数,无法处理请求。请提供有效的 SOAP 操作。 at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)</faultstring>
<detail />
</soap:Fault>
</soap:Body>
</soap:Envelope>
请问大侠怎么修改
[ 本帖最后由 traning 于 2009-1-15 10:20 编辑 ] |
|