📄 ccservicesimpl.wsdl
字号:
<?xml version = '1.0' encoding = 'UTF-8'?>
<!--Generated by the Oracle9i JDeveloper Web Services WSDL Generator-->
<!--Date Created: Thu Jan 30 17:16:15 IST 2003-->
<definitions
name="CreditCardValidationService"
targetNamespace="http://oracle/otnsamples/ws/CCServicesImpl.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://oracle/otnsamples/ws/CCServicesImpl.wsdl"
xmlns:ns1="http://oracle.otnsamples.ws/ICCServicesImpl.xsd">
<types>
<schema
targetNamespace="http://oracle.otnsamples.ws/ICCServicesImpl.xsd"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"/>
</types>
<message name="validateCard0Request">
<part name="cardNumber" type="xsd:string"/>
</message>
<message name="validateCard0Response"/>
<portType name="CCServicesImplPortType">
<operation name="validateCard">
<input name="validateCard0Request" message="tns:validateCard0Request"/>
<output name="validateCard0Response" message="tns:validateCard0Response"/>
</operation>
</portType>
<binding name="CCServicesImplBinding" type="tns:CCServicesImplPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="validateCard">
<soap:operation soapAction="" style="rpc"/>
<input name="validateCard0Request">
<soap:body use="encoded" namespace="CreditCardValidationService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</input>
<output name="validateCard0Response">
<soap:body use="encoded" namespace="CreditCardValidationService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</output>
</operation>
</binding>
<service name="CreditCardValidationService">
<documentation>Class providing credit card validation methods. This implementation
uses LUHN algorith to validate 16 digit number cards.
</documentation>
<port name="CCServicesImplPort" binding="tns:CCServicesImplBinding">
<soap:address location="http://localhost:8888/vsm/CreditCardValidationService"/>
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -