📄 hugeinteger.wsdl
字号:
<operation name="Add">
<documentation>Adds two huge integers.</documentation>
<input message="s0:AddHttpGetIn" />
<output message="s0:AddHttpGetOut" />
</operation>
<operation name="Subtract">
<documentation>Subtracts two huge integers.</documentation>
<input message="s0:SubtractHttpGetIn" />
<output message="s0:SubtractHttpGetOut" />
</operation>
<operation name="Bigger">
<documentation>Determines whether the first integer is larger than the second integer.</documentation>
<input message="s0:BiggerHttpGetIn" />
<output message="s0:BiggerHttpGetOut" />
</operation>
<operation name="Smaller">
<documentation>Determines whether the first integer is smaller than the second integer.</documentation>
<input message="s0:SmallerHttpGetIn" />
<output message="s0:SmallerHttpGetOut" />
</operation>
<operation name="EqualTo">
<documentation>Determines whether the first integer is equal to the second integer.</documentation>
<input message="s0:EqualToHttpGetIn" />
<output message="s0:EqualToHttpGetOut" />
</operation>
</portType>
<portType name="HugeIntegerHttpPost">
<operation name="Add">
<documentation>Adds two huge integers.</documentation>
<input message="s0:AddHttpPostIn" />
<output message="s0:AddHttpPostOut" />
</operation>
<operation name="Subtract">
<documentation>Subtracts two huge integers.</documentation>
<input message="s0:SubtractHttpPostIn" />
<output message="s0:SubtractHttpPostOut" />
</operation>
<operation name="Bigger">
<documentation>Determines whether the first integer is larger than the second integer.</documentation>
<input message="s0:BiggerHttpPostIn" />
<output message="s0:BiggerHttpPostOut" />
</operation>
<operation name="Smaller">
<documentation>Determines whether the first integer is smaller than the second integer.</documentation>
<input message="s0:SmallerHttpPostIn" />
<output message="s0:SmallerHttpPostOut" />
</operation>
<operation name="EqualTo">
<documentation>Determines whether the first integer is equal to the second integer.</documentation>
<input message="s0:EqualToHttpPostIn" />
<output message="s0:EqualToHttpPostOut" />
</operation>
</portType>
<binding name="HugeIntegerSoap" type="s0:HugeIntegerSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="Add">
<soap:operation soapAction="http://www.deitel.com/csphtp1/ch21/Add" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="Subtract">
<soap:operation soapAction="http://www.deitel.com/csphtp1/ch21/Subtract" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="Bigger">
<soap:operation soapAction="http://www.deitel.com/csphtp1/ch21/Bigger" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="Smaller">
<soap:operation soapAction="http://www.deitel.com/csphtp1/ch21/Smaller" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="EqualTo">
<soap:operation soapAction="http://www.deitel.com/csphtp1/ch21/EqualTo" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<binding name="HugeIntegerHttpGet" type="s0:HugeIntegerHttpGet">
<http:binding verb="GET" />
<operation name="Add">
<http:operation location="/Add" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="Subtract">
<http:operation location="/Subtract" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="Bigger">
<http:operation location="/Bigger" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="Smaller">
<http:operation location="/Smaller" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="EqualTo">
<http:operation location="/EqualTo" />
<input>
<http:urlEncoded />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<binding name="HugeIntegerHttpPost" type="s0:HugeIntegerHttpPost">
<http:binding verb="POST" />
<operation name="Add">
<http:operation location="/Add" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="Subtract">
<http:operation location="/Subtract" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="Bigger">
<http:operation location="/Bigger" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="Smaller">
<http:operation location="/Smaller" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
<operation name="EqualTo">
<http:operation location="/EqualTo" />
<input>
<mime:content type="application/x-www-form-urlencoded" />
</input>
<output>
<mime:mimeXml part="Body" />
</output>
</operation>
</binding>
<service name="HugeInteger">
<documentation>A Web service that provides methods that can manipulate large integer values.</documentation>
<port name="HugeIntegerSoap" binding="s0:HugeIntegerSoap">
<soap:address location="http://localhost/HugeInteger/HugeInteger.asmx" />
</port>
<port name="HugeIntegerHttpGet" binding="s0:HugeIntegerHttpGet">
<http:address location="http://localhost/HugeInteger/HugeInteger.asmx" />
</port>
<port name="HugeIntegerHttpPost" binding="s0:HugeIntegerHttpPost">
<http:address location="http://localhost/HugeInteger/HugeInteger.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -