?? listing 16-12.txt
字號:
<definitions>
<message name="FirstMessage">
<part name="FirstPart" type="xsd:string"/>
<part name="SecondPart" type="xsd:int"/>
<part name="ThirdPart" type="xsd:string"/>
</message>
<message name="SecondMessage">
<part name="FirstPart" type="xsd:binary"/>
</message>
<portType name="FirstPort">
<operation name="FirstOperation">
<input message="tns:FirstMessage"/>
<output message="tns:SecondMessage"/>
</operation>
</portType>
<service name="FirstService">
<port name="FirstPort" binding="tns:FirstBinding">
<http:address location="http://mycompany.com/"/>
</port>
<port name="SecondPort" binding="tns:SecondBinding">
<http:address location="http://mycompany.com/"/>
</port>
<port name="ThirdPort" binding="tns:ThirdBinding">
<http:address location="http://mycompany.com/"/>
</port>
</service>
<binding name="FirstBinding" type="FirstPart">
<http:binding verb="GET"/>
<operation name="FirstOperation">
http:operation location=
"FirstOperation/A(part1)B(part2)/(part3)"/>
<input>
<http:urlReplacement/>
</input>
<output>
<mime:content type="image/jpeg"/>
</output>
</operation>
</binding>
<binding name="SecondBinding" type="FirstPart">
<http:binding verb="GET"/>
<operation name="FirstOperation">
<http:operation location="FirstOperation"/>
<input>
<http:urlEncoded/>
</input>
<output>
<mime:content type="image/jpeg"/>
</output>
</operation>
</binding>
<binding name="ThirdBinding" type="FirstPart">
<http:binding verb="POST"/>
<operation name="FirstOperation">
<http:operation location="FirstOperation"/>
<input>
<mime:content type="application/x-www-form-urlencoded"/>
</input>
<output>
<mime:content type="image/jpeg"/>
</output>
</operation>
</binding>
</definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -