📄 ordertracking.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="urn:OpcOrderTrackingService" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="OpcOrderTrackingService" targetNamespace="urn:OpcOrderTrackingService"><types> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:OpcOrderTrackingService"> <complexType name="getOrderDetails"> <sequence> <element name="String_1" type="string" nillable="true"/></sequence></complexType> <complexType name="getOrderDetailsResponse"> <sequence> <element name="result" type="tns:OrderDetails" nillable="true"/></sequence></complexType> <complexType name="OrderDetails"> <sequence> <element name="PO" type="tns:PurchaseOrder" nillable="true"/> </sequence></complexType> <complexType name="PurchaseOrder"> <sequence> <element name="billingInfo" type="tns:ContactInfo" nillable="true"/> <element name="creditCard" type="tns:CreditCard" nillable="true"/> <element name="departureCity" type="string" nillable="true"/> <element name="emailId" type="string" nillable="true"/> <element name="endDate" type="dateTime" nillable="true"/> <element name="headCount" type="int"/> <element name="orderDate" type="dateTime" nillable="true"/> <element name="poId" type="string" nillable="true"/> <element name="shippingInfo" type="tns:ContactInfo" nillable="true"/> <element name="startDate" type="dateTime" nillable="true"/> <element name="userId" type="string" nillable="true"/> <element name="activityPrice" type="float"/> <element name="lodgingPrice" type="float"/> <element name="transportationPrice" type="float"/> <element name="totalPrice" type="float"/> <element name="status" type="string" nillable="true"/> </sequence></complexType> <complexType name="ContactInfo"> <sequence> <element name="address" type="tns:Address" nillable="true"/> <element name="email" type="string" nillable="true"/> <element name="familyName" type="string" nillable="true"/> <element name="givenName" type="string" nillable="true"/> <element name="phone" type="string" nillable="true"/></sequence></complexType> <complexType name="Address"> <sequence> <element name="city" type="string" nillable="true"/> <element name="country" type="string" nillable="true"/> <element name="postalCode" type="string" nillable="true"/> <element name="state" type="string" nillable="true"/> <element name="streetName1" type="string" nillable="true"/> <element name="streetName2" type="string" nillable="true"/></sequence></complexType> <complexType name="CreditCard"> <sequence> <element name="cardExpiryDate" type="string" nillable="true"/> <element name="cardNumber" type="string" nillable="true"/> <element name="cardType" type="string" nillable="true"/></sequence></complexType> <complexType name="OrderNotFoundException"> <sequence> <element name="message" type="string" nillable="true"/></sequence></complexType> <element name="getOrderDetails" type="tns:getOrderDetails"/> <element name="getOrderDetailsResponse" type="tns:getOrderDetailsResponse"/> <element name="OrderNotFoundException" type="tns:OrderNotFoundException"/></schema></types><message name="OrderTrackingIntf_getOrderDetails"> <part name="parameters" element="tns:getOrderDetails"/></message><message name="OrderTrackingIntf_getOrderDetailsResponse"> <part name="result" element="tns:getOrderDetailsResponse"/></message><message name="OrderNotFoundException"> <part name="OrderNotFoundException" element="tns:OrderNotFoundException"/></message><portType name="OrderTrackingIntf"> <operation name="getOrderDetails"> <input message="tns:OrderTrackingIntf_getOrderDetails"/> <output message="tns:OrderTrackingIntf_getOrderDetailsResponse"/> <fault name="OrderNotFoundException" message="tns:OrderNotFoundException"/></operation></portType><binding name="OrderTrackingIntfBinding" type="tns:OrderTrackingIntf"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/> <operation name="getOrderDetails"> <soap:operation soapAction=""/> <input> <soap:body use="literal"/></input> <output> <soap:body use="literal"/></output> <fault name="OrderNotFoundException"> <soap:fault name="OrderNotFoundException" use="literal"/></fault></operation></binding><wsdl:service xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="OrderTracking"><wsdl:port name="OrderTrackingIntfPort" binding="tns:OrderTrackingIntfBinding"><soap:address location="http://localhost:29080/OrderTracking/OrderTracking"/></wsdl:port></wsdl:service></definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -