?? bookstoreenc.wsdl
字號:
<!-- (C) IBM Corporation 2004. All rights reserved. -->
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="http://www.onlinebookstore.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:bookstore="http://www.onlinebookstore.com" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<schema targetNamespace="http://www.onlinebookstore.com" xmlns="http://www.w3.org/2001/XMLSchema">
<element name="cardNumber" type="xsd:integer"/>
<element name="confirmationMessage" type="xsd:string"/>
</schema>
</wsdl:types>
<wsdl:message name="creditCardRequest">
<wsdl:part name="creditCardNumber" element="bookstore:cardNumber"/>
</wsdl:message>
<wsdl:message name="creditCardResponse">
<wsdl:part name="cardDetailsCorrectlyReceived" element="bookstore:confirmationMessage"/>
</wsdl:message>
<wsdl:portType name="CreditCardPortType">
<wsdl:operation name="creditCardPurchase">
<wsdl:input message="bookstore:creditCardRequest"/>
<wsdl:output message="bookstore:creditCardResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="CreditCardBinding" type="bookstore:CreditCardPortType">
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="creditCardPurchase">
<wsdlsoap:operation soapAction=""/>
<wsdl:input>
<wsdlsoap:body use="literal"/>
</wsdl:input>
<wsdl:output>
<wsdlsoap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="CreditCardPurchaseService">
<wsdl:port name="CreditCardPurchase" binding="bookstore:CreditCardBinding">
<wsdlsoap:address location="http://localhost:9080/bookstoreEnc/services/CreditCardPurchase"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -