?? wp.wsdl
字號:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions targetNamespace="urn:Demo" xmlns:impl="urn:Demo" xmlns:intf="urn:Demo" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<wsdl:message name="setPriceRequest">
<wsdl:part name="in0" type="xsd:string"/>
<wsdl:part name="in1" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="getPriceRequest">
<wsdl:part name="in0" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="getPriceResponse">
<wsdl:part name="getPriceReturn" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="setPriceResponse">
</wsdl:message>
<wsdl:portType name="PhonePrice">
<wsdl:operation name="setPrice" parameterOrder="in0 in1">
<wsdl:input name="setPriceRequest" message="impl:setPriceRequest"/>
<wsdl:output name="setPriceResponse" message="impl:setPriceResponse"/>
</wsdl:operation>
<wsdl:operation name="getPrice" parameterOrder="in0">
<wsdl:input name="getPriceRequest" message="impl:getPriceRequest"/>
<wsdl:output name="getPriceResponse" message="impl:getPriceResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="PhonePriceSoapBinding" type="impl:PhonePrice">
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="setPrice">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="setPriceRequest">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>
</wsdl:input>
<wsdl:output name="setPriceResponse">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getPrice">
<wsdlsoap:operation soapAction=""/>
<wsdl:input name="getPriceRequest">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>
</wsdl:input>
<wsdl:output name="getPriceResponse">
<wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:Demo"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="PhonePriceService">
<wsdl:port name="PhonePrice" binding="impl:PhonePriceSoapBinding">
<wsdlsoap:address location="http://localhost:8080/axis/services/PhonePrice"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -