?? listing 16-2.txt
字號:
<?xml version="1.0"?>
<definitions name="Pricing"
targetNamespace="http://mycompany.com/pricing/definitions"
xmlns:tns="http://mycompany.com/pricing/definitions"
xmlns:xsd1="http://mycompany.com/pricing/schemas"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/">
<import namespace="http://mycompany.com/pricing/schemas"
location="http://mycompany.com/pricing/pricing.xsd"/>
<message name="GetProductPriceInput">
<part name="body" element="xsd1:ProductPriceRequest"/>
</message>
<message name="GetProductPriceOutput">
<part name="body" element="xsd1:ProductPrice"/>
</message>
<portType name="ProductPricePortType">
<operation name="GetProductPrice">
<input message="tns:GetProductPriceInput"/>
<output message="tns:GetProductPriceOutput"/>
</operation>
</portType>
</definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -