📄 good.wsdl
字号:
<extension base="tns3:CSCommonResponse"> <sequence> <element name="pricingOptions" nillable="true" type="tns1:CSPricingOptions"/> <element name="chargingSessionId" nillable="true" type="tns1:CSSessionId"/> <element name="timeLeft" nillable="true" type="tns1:CSTimeSpan"/> <element name="requestNumber" nillable="true" type="tns1:CSRequestId"/> <element name="reservedAmount" nillable="true" type="tns1:CSQualifiedAmount"/> </sequence> </extension> </complexContent> </complexType> <complexType name="immediateChargeResponse"> <complexContent> <extension base="tns3:CSCommonResponse"> <sequence> <element name="chargedAmount" nillable="true" type="tns1:CSQualifiedAmount"/> </sequence> </extension> </complexContent> </complexType> <complexType name="chargeReservationRequest"> <complexContent> <extension base="tns3:CSCommonRequest"> <sequence> <element name="chargingSessionId" nillable="true" type="tns1:CSSessionId"/> <element name="applicationDescription" nillable="true" type="tns1:CSApplicationDescription"/> <element name="amount" nillable="true" type="tns1:CSQualifiedAmount"/> <element name="chargeReservationTimeStamp" nillable="true" type="tns1:CSTimeStamp"/> <element name="applicationTicket" nillable="true" type="tns1:CSSecurityTicket"/> <element name="releaseIndicator" nillable="true" type="tns1:CSBoolean"/> <element name="requestNumber" nillable="true" type="tns1:CSRequestId"/> <element name="chargingParameters" nillable="true" type="tns1:CSChargingParameters"/> </sequence> </extension> </complexContent> </complexType> </schema> </wsdl:types> <wsdl:message name="notifyConfirmationRequest"> <wsdl:part name="in0" type="tns2:notifyConfirmationRequest"/> </wsdl:message> <wsdl:message name="immediateChargeRequest"> <wsdl:part name="in0" type="tns2:immediateChargeRequest"/> </wsdl:message> <wsdl:message name="getSubscriberIdRequest"> <wsdl:part name="in0" type="tns2:getSubscriberIdRequest"/> </wsdl:message> <wsdl:message name="immediateChargeResponse"> <wsdl:part name="immediateChargeReturn" type="tns2:immediateChargeResponse"/> </wsdl:message> <wsdl:message name="getPriceRequest"> <wsdl:part name="in0" type="tns2:getPriceRequest"/> </wsdl:message> <wsdl:message name="createSessionRequest"> <wsdl:part name="in0" type="tns2:createSessionRequest"/> </wsdl:message> <wsdl:message name="reserveResponse"> <wsdl:part name="reserveReturn" type="tns2:reserveResponse"/> </wsdl:message> <wsdl:message name="startApplicationSessionResponse"> <wsdl:part name="startApplicationSessionReturn" type="tns2:startApplicationSessionResponse"/> </wsdl:message> <wsdl:message name="getSubscriberIdResponse"> <wsdl:part name="getSubscriberIdReturn" type="tns2:getSubscriberIdResponse"/> </wsdl:message> <wsdl:message name="getPriceResponse"> <wsdl:part name="getPriceReturn" type="tns2:getPriceResponse"/> </wsdl:message> <wsdl:message name="notifyConfirmationResponse"> <wsdl:part name="notifyConfirmationReturn" type="tns2:notifyConfirmationResponse"/> </wsdl:message> <wsdl:message name="releaseRequest"> <wsdl:part name="in0" type="tns2:releaseRequest"/> </wsdl:message> <wsdl:message name="chargeReservationRequest"> <wsdl:part name="in0" type="tns2:chargeReservationRequest"/> </wsdl:message> <wsdl:message name="createSessionResponse"> <wsdl:part name="createSessionReturn" type="tns2:createSessionResponse"/> </wsdl:message> <wsdl:message name="chargeReservationResponse"> <wsdl:part name="chargeReservationReturn" type="tns2:chargeReservationResponse"/> </wsdl:message> <wsdl:message name="releaseResponse"> <wsdl:part name="releaseReturn" type="tns2:releaseResponse"/> </wsdl:message> <wsdl:message name="startApplicationSessionRequest"> <wsdl:part name="in0" type="tns2:startApplicationSessionRequest"/> </wsdl:message> <wsdl:message name="reserveRequest"> <wsdl:part name="in0" type="tns2:reserveRequest"/> </wsdl:message> <wsdl:portType name="CPWSImpl"> <wsdl:operation name="createSession" parameterOrder="in0"> <wsdl:input message="impl:createSessionRequest" name="createSessionRequest"/> <wsdl:output message="impl:createSessionResponse" name="createSessionResponse"/> </wsdl:operation> <wsdl:operation name="release" parameterOrder="in0"> <wsdl:input message="impl:releaseRequest" name="releaseRequest"/> <wsdl:output message="impl:releaseResponse" name="releaseResponse"/> </wsdl:operation> <wsdl:operation name="getSubscriberId" parameterOrder="in0"> <wsdl:input message="impl:getSubscriberIdRequest" name="getSubscriberIdRequest"/> <wsdl:output message="impl:getSubscriberIdResponse" name="getSubscriberIdResponse"/> </wsdl:operation> <wsdl:operation name="getPrice" parameterOrder="in0"> <wsdl:input message="impl:getPriceRequest" name="getPriceRequest"/> <wsdl:output message="impl:getPriceResponse" name="getPriceResponse"/> </wsdl:operation> <wsdl:operation name="startApplicationSession" parameterOrder="in0"> <wsdl:input message="impl:startApplicationSessionRequest" name="startApplicationSessionRequest"/> <wsdl:output message="impl:startApplicationSessionResponse" name="startApplicationSessionResponse"/> </wsdl:operation> <wsdl:operation name="reserve" parameterOrder="in0"> <wsdl:input message="impl:reserveRequest" name="reserveRequest"/> <wsdl:output message="impl:reserveResponse" name="reserveResponse"/> </wsdl:operation> <wsdl:operation name="chargeReservation" parameterOrder="in0"> <wsdl:input message="impl:chargeReservationRequest" name="chargeReservationRequest"/> <wsdl:output message="impl:chargeReservationResponse" name="chargeReservationResponse"/> </wsdl:operation> <wsdl:operation name="notifyConfirmation" parameterOrder="in0"> <wsdl:input message="impl:notifyConfirmationRequest" name="notifyConfirmationRequest"/> <wsdl:output message="impl:notifyConfirmationResponse" name="notifyConfirmationResponse"/> </wsdl:operation> <wsdl:operation name="immediateCharge" parameterOrder="in0"> <wsdl:input message="impl:immediateChargeRequest" name="immediateChargeRequest"/> <wsdl:output message="impl:immediateChargeResponse" name="immediateChargeResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="CPWebServicesSoapBinding" type="impl:CPWSImpl"> <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="createSession"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="createSessionRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="createSessionResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="release"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="releaseRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="releaseResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="getSubscriberId"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="getSubscriberIdRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="getSubscriberIdResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="getPrice"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="getPriceRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="getPriceResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="startApplicationSession"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="startApplicationSessionRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="startApplicationSessionResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="reserve"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="reserveRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="reserveResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="chargeReservation"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="chargeReservationRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="chargeReservationResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="notifyConfirmation"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="notifyConfirmationRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="notifyConfirmationResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> <wsdl:operation name="immediateCharge"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="immediateChargeRequest"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://webservices.partner.provided.api.cs.amdocs.com" use="encoded"/> </wsdl:input> <wsdl:output name="immediateChargeResponse"> <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://snv882:10217/gateway/services/CPWebServices" use="encoded"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="CPWSImplService"> <wsdl:port binding="impl:CPWebServicesSoapBinding" name="CPWebServices"> <wsdlsoap:address location="http://localhost:8080/axis/services/CPWebServices"/> </wsdl:port> </wsdl:service></wsdl:definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -