共用方式為


Bye Message

Bye 訊息是用來宣告從網路離開裝置或服務的WS-Discovery訊息。 如需 Bye 訊息的詳細資訊,請參閱 WS-Discovery 規格的第 4.2 節。

Bye 訊息是未經請求的。 這些訊息是選擇性的。

注意

本主題顯示 WSDAPI 用戶端和主機所產生的 DPWS 訊息範例。 WSDAPI 會剖析並接受不符合此範例的其他 DPWS 相容訊息。 請勿使用此範例來驗證 DPWS 互通性;請改用 WSDAPI 基本互通性工具 (WSDBIT)

 

下列 SOAP 訊息顯示範例 Bye 訊息。

<?xml version="1.0" encoding="utf-8" ?>
<soap:Envelope
    xmlns:soap="https://www.w3.org/2003/05/soap-envelope"
    xmlns:wsa="https://schemas.xmlsoap.org/ws/2004/08/addressing"
    xmlns:wsd="https://schemas.xmlsoap.org/ws/2005/04/discovery">
<soap:Header>
    <wsa:To>
        urn:schemas-xmlsoap-org:ws:2005:04:discovery
    </wsa:To>
    <wsa:Action>
        https://schemas.xmlsoap.org/ws/2005/04/discovery/Bye
    </wsa:Action>
    <wsa:MessageID>
        urn:uuid:193ccfa0-347d-41a1-9285-f500b6b96a15
    </wsa:MessageID>
    <wsd:AppSequence InstanceId="2"
        SequenceId="urn:uuid:369a7d7b-5f87-48a4-aa9a-189edf2a8772"
        MessageNumber="21">
    </wsd:AppSequence>
</soap:Header>
<soap:Body>
    <wsd:Bye>
        <wsa:EndpointReference>
            <wsa:Address>
                urn:uuid:37f86d35-e6ac-4241-964f-1d9ae46fb366
            </wsa:Address>
        </wsa:EndpointReference>
    </wsd:Bye>
</soap:Body>

Bye 訊息具有下列焦點。

對焦點 XML Description
再見
<wsa:Action>
    https://schemas.xmlsoap.org/ws/2005/04/discovery/Bye
</wsa:Action>
Bye SOAP 動作會將訊息識別為 Bye 訊息。
AppSequence
<wsd:AppSequence InstanceId="2"
    SequenceId="urn:uuid:369a7d7b-5f87-48a4-aa9a-189edf2a8772"
    MessageNumber="21">
</wsd:AppSequence>
包含應用程式排序資訊,這有助於維護訊息序列,即使訊息的順序不依序也一樣。 AppSequence 會驗證,如 AppSequence 驗證規則中所述。
位址
<wsa:Address>
    urn:uuid:37f86d35-e6ac-4241-964f-1d9ae46fb366
</wsa:Address>
包含離線端點的位址。

 

探索和中繼資料交換訊息

Hello 訊息