国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
WSDL 綁定

WSDL bindings defines the message format and protocol details for a web service.
WSDL 綁定(bindings)定義了網(wǎng)頁(yè)服務(wù)的信息格式和協(xié)議細(xì)節(jié)

 
Binding to SOAP
綁定到SOAP

A request-response operation example:
一個(gè)要求—響應(yīng)操作例子

<message name="getTermRequest">
<part name="term" type="xs:string"/>
</message>

<message name="getTermResponse">
<part name="value" type="xs:string"/>
</message>
<portType name="glossaryTerms">
<operation name="getTerm">
<input message="getTermRequest"/>
<output message="getTermResponse"/>
</operation>
</portType>
<binding type="glossaryTerms" name="b1">
<soap:binding style="document"
transport="http://schemas.xmlsoap.org/soap/http" />
<operation>

<soap:operation
soapAction="http://example.com/getTerm"/>
<input>
<soap:body use="literal"/>
</input>
<output>

<soap:body use="literal"/>
</output>
</operation>
</binding>

The binding element has two attributes - the name attribute and the type attribute.
Binding元素有兩個(gè)屬性—name(名稱(chēng))屬性和type(類(lèi)型)屬性

The name attribute (you can use any name you want) defines the name of the binding, and the type attribute points to the port for the binding, in this case the "glossaryTerms" port.
Name屬性(你可以任意起名稱(chēng))定義了綁定的名稱(chēng),type屬性指向了用于綁定的端口,在這個(gè)例子里端口是"glossaryTerms"

The soap:binding element has two attributes - the style attribute and the transport attribute.
soap:binding元素有兩個(gè)屬性—style(種類(lèi))屬性和transport(運(yùn)送)屬性

The style attribute can be "rpc" or "document". In this case we use document. The transport attribute defines the SOAP protocol to use. In this case we use HTTP.
Style屬性可以是"rpc" 或"document".在這個(gè)例子里我們用"document"屬性。Transport屬性定義了使用的SOAP協(xié)議。這個(gè)例子里我們用HTTP

The operation element defines each operation that the port exposes.
Operation元素定義了每項(xiàng)揭示端口操作。

For each operation the corresponding SOAP action has to be defined. You must also specify how the input and output are encoded. In this case we use "literal".
對(duì)每項(xiàng)操作而言,相應(yīng)的SOAP行為都必須被定義。你也必須指定輸入和輸出是怎樣被編碼的。在這個(gè)例子里我們用"literal"

 
 
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
wsdl詳解
使用 WSDL 部署 Web 服務(wù): 第 1 部分
ZendStudio php WebService制作一:簡(jiǎn)單WebService Dem...
如何看懂一個(gè)WSDL文檔
中文java技術(shù)網(wǎng)::Web Service學(xué)習(xí)筆記之----JAX-RPC
使用SoapUI 測(cè)試Web Service
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服