FsouOffice2003Service
单击此处以获得完整的操作列表。
Status
测试
测试窗体只能用于来自本地计算机的请求。SOAP
下面是一个 SOAP 请求和响应示例。所显示的占位符需要由实际值替换。
POST /SPS/default.asmx HTTP/1.1
Host: www.fsou.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:Microsoft.Search/Status"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Status xmlns="urn:Microsoft.Search" />
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<StatusResponse xmlns="urn:Microsoft.Search">
<StatusResult>string</StatusResult>
</StatusResponse>
</soap:Body>
</soap:Envelope>