📄 service.wsdl
字号:
<?xml version="1.0" encoding="UTF-8"?><definitions name="" xmlns:typens="urn:ActionWebService" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="urn:ActionWebService" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/"> <types> <xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:ActionWebService"> <xsd:complexType name="ItemArray"> <xsd:complexContent> <xsd:restriction base="soapenc:Array"> <xsd:attribute wsdl:arrayType="typens:Item[]" ref="soapenc:arrayType"/> </xsd:restriction> </xsd:complexContent> </xsd:complexType> <xsd:complexType name="Item"> <xsd:all> <xsd:element name="id" type="xsd:int"/> <xsd:element name="title" type="xsd:string"/> </xsd:all> </xsd:complexType> <xsd:complexType name="Category"> <xsd:all> <xsd:element name="id" type="xsd:int"/> <xsd:element name="name" type="xsd:string"/> </xsd:all> </xsd:complexType> </xsd:schema> </types> <message name="item-FindAllItems"> </message> <message name="item-FindAllItemsResponse"> <part name="return" type="typens:ItemArray"/> </message> <portType name="ItemPort"> <operation name="FindAllItems"> <input message="typens:item-FindAllItems"/> <output message="typens:item-FindAllItemsResponse"/> </operation> </portType> <binding name="ItemBinding" type="typens:ItemPort"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> <operation name="FindAllItems"> <soap:operation soapAction="/l_ws/item/FindAllItems"/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ActionWebService" use="encoded"/> </input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ActionWebService" use="encoded"/> </output> </operation> </binding> <message name="category-FindCategoryById"> <part name="param0" type="xsd:int"/> </message> <message name="category-FindCategoryByIdResponse"> <part name="return" type="typens:Category"/> </message> <portType name="CategoryPort"> <operation name="FindCategoryById"> <input message="typens:category-FindCategoryById"/> <output message="typens:category-FindCategoryByIdResponse"/> </operation> </portType> <binding name="CategoryBinding" type="typens:CategoryPort"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"/> <operation name="FindCategoryById"> <soap:operation soapAction="/l_ws/category/FindCategoryById"/> <input> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ActionWebService" use="encoded"/> </input> <output> <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ActionWebService" use="encoded"/> </output> </operation> </binding> <service name="Service"> <port name="ItemPort" binding="typens:ItemBinding"> <soap:address location="http://192.168.0.29:3000/l_ws/api"/> </port> <port name="CategoryPort" binding="typens:CategoryBinding"> <soap:address location="http://192.168.0.29:3000/l_ws/api"/> </port> </service></definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -