SoapDocumentMethodAttribute 類別

定義

表示屬性,表示 soap 方法使用檔案格式設定。

public class SoapDocumentMethodAttribute : Attribute
type SoapDocumentMethodAttribute = class
    inherit Attribute
Public Class SoapDocumentMethodAttribute
Inherits Attribute
繼承
SoapDocumentMethodAttribute

備註

Web 服務描述語言 (WSDL) 會定義 XML Web 服務方法呼叫作業的兩種樣式,可以在 SOAP 訊息中格式化:RPC 和檔。 檔是指根據 XSD 架構來格式化 XML Web 服務方法。 檔樣式是指將 Body 元素格式化為 Body 元素後面的一或多個訊息部分的一系列。 個別訊息部分的確切決定方式,取決於 Use 和 ParameterStyle 屬性。 Use 屬性會決定參數是格式化為編碼或常值。 ParameterStyle 會決定參數是否封裝在 Body 元素後面的單一訊息元件內,或每個參數是否為個別訊息元件。

建構函式

SoapDocumentMethodAttribute()

初始化 SoapDocumentMethodAttribute 類別的新執行個體。

適用於