|
Lr9.0录制了一个浏览器IE7.0的应用程序脚本,但录制的脚本(只是一个简单的查询)中经常出现urs.microsoft.com,例如:
web_custom_request("urs.asmx",
"URL=https://urs.microsoft.com/urs.asmx?MSPRU-Client-Key=YLV529GpL%2bxOCSybxWLYuQ%3d%3d&MSPRU-Patented-Lock=UVRELSaLoEw%3d",
"Method=POST",
"Resource=0",
"RecContentType=text/xml",
"Referer=",
"Snapshot=t673.inf",
"Mode=HTTP",
"EncType=text/xml; charset=utf-8",
"Body=<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\" xmlns:soapenc=\"http://schemas.xmlsoap.org/soap/encoding/\"><soap:Body><Lookup xmlns=\"http://Microsoft.STS.STSWeb/\"><r soapenc:arrayType=\"xsd:string[1]\"><string>http://canonicalizer.ucsuri.tcs/7200650073003a002f002f0063003a005c00770069006e0064006f00770073005c00730079007300740065006d00330032005c00780070007300700033007200650073002e0064006c006c002f0064006e0073006500720072006f0072002e00680074006d00230068007400740070003a002f002f003100390032002e0030002e0030002e00360036002f0063007300670072006f007500700032002f00630061006c0065006e006400610072002f00630061006c0065006e006400610072002e00680074006d00</string></r><ID>{B3BB5BBA-E7D5-40AB-A041-A5B1C0B26C8F}</ID><v soapenc:arrayType=\"xsd:string[5]\"><string>7.0.6004.6</string><string>7.00.5730.11</string><string>7.0.5730.13</string><string>5.1.2600.2.0</string><string>zh-cn</string></v></Lookup"
"></soap:Body></soap:Envelope>",
LAST);
但是有时候却录不到。脚本回放到这一句时经常报错,一般是这样:
Action.c(958): Error -27780: connect to host "urs.microsoft.com" failed: [10054] Connection reset by peer, Snapshot Info [MSH 0 7]
问过开发人员,Web是微软自带的IIS,用.Net开发的,但都用不到urs.microsoft.com,也不知道从哪里来的。实际上这条语句注释掉也可以。
只是想知道这个"urs.microsoft.com" 到底是怎样产生,起什么作用。
[ 本帖最后由 CHOUYUNHAT 于 2009-3-5 10:46 编辑 ] |
|