174 lines
		
	
	
		
			9.0 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			174 lines
		
	
	
		
			9.0 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <wsdl:definitions xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" name="NodeService" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
 | |
|   <wsdl:types>
 | |
|     <xsd:schema targetNamespace="http://tempuri.org/Imports">
 | |
|       <xsd:import schemaLocation="http://localhost:10002/NodeService.svc?xsd=xsd0" namespace="http://tempuri.org/" />
 | |
|       <xsd:import schemaLocation="http://localhost:10002/NodeService.svc?xsd=xsd1" namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
 | |
|       <xsd:import schemaLocation="http://localhost:10002/NodeService.svc?xsd=xsd2" />
 | |
|       <xsd:import schemaLocation="http://localhost:10002/NodeService.svc?xsd=xsd3" namespace="http://schemas.datacontract.org/2004/07/DeiNiu.Wcf" />
 | |
|       <xsd:import schemaLocation="http://localhost:10002/NodeService.svc?xsd=xsd4" namespace="http://schemas.datacontract.org/2004/07/System.Data" />
 | |
|     </xsd:schema>
 | |
|   </wsdl:types>
 | |
|   <wsdl:message name="INode_newNode_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:newNode" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_newNode_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:newNodeResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_Query_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:Query" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_Query_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:QueryResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_newWcfNode_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:newWcfNode" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_newWcfNode_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:newWcfNodeResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_updateWcfNode_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:updateWcfNode" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_updateWcfNode_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:updateWcfNodeResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_deleteNode_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:deleteNode" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_deleteNode_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:deleteNodeResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_getNodesByFlag_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:getNodesByFlag" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_getNodesByFlag_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:getNodesByFlagResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_applyDicChanges_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:applyDicChanges" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_applyDicChanges_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:applyDicChangesResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_getOwners_InputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:getOwners" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:message name="INode_getOwners_OutputMessage">
 | |
|     <wsdl:part name="parameters" element="tns:getOwnersResponse" />
 | |
|   </wsdl:message>
 | |
|   <wsdl:portType name="INode">
 | |
|     <wsdl:operation name="newNode">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/newNode" message="tns:INode_newNode_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/newNodeResponse" message="tns:INode_newNode_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="Query">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/Query" message="tns:INode_Query_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/QueryResponse" message="tns:INode_Query_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="newWcfNode">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/newWcfNode" message="tns:INode_newWcfNode_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/newWcfNodeResponse" message="tns:INode_newWcfNode_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="updateWcfNode">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/updateWcfNode" message="tns:INode_updateWcfNode_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/updateWcfNodeResponse" message="tns:INode_updateWcfNode_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="deleteNode">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/deleteNode" message="tns:INode_deleteNode_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/deleteNodeResponse" message="tns:INode_deleteNode_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="getNodesByFlag">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/getNodesByFlag" message="tns:INode_getNodesByFlag_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/getNodesByFlagResponse" message="tns:INode_getNodesByFlag_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="applyDicChanges">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/applyDicChanges" message="tns:INode_applyDicChanges_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/applyDicChangesResponse" message="tns:INode_applyDicChanges_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="getOwners">
 | |
|       <wsdl:input wsaw:Action="http://tempuri.org/INode/getOwners" message="tns:INode_getOwners_InputMessage" />
 | |
|       <wsdl:output wsaw:Action="http://tempuri.org/INode/getOwnersResponse" message="tns:INode_getOwners_OutputMessage" />
 | |
|     </wsdl:operation>
 | |
|   </wsdl:portType>
 | |
|   <wsdl:binding name="BasicHttpBinding_INode" type="tns:INode">
 | |
|     <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
 | |
|     <wsdl:operation name="newNode">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/newNode" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="Query">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/Query" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="newWcfNode">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/newWcfNode" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="updateWcfNode">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/updateWcfNode" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="deleteNode">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/deleteNode" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="getNodesByFlag">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/getNodesByFlag" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="applyDicChanges">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/applyDicChanges" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|     <wsdl:operation name="getOwners">
 | |
|       <soap:operation soapAction="http://tempuri.org/INode/getOwners" style="document" />
 | |
|       <wsdl:input>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:input>
 | |
|       <wsdl:output>
 | |
|         <soap:body use="literal" />
 | |
|       </wsdl:output>
 | |
|     </wsdl:operation>
 | |
|   </wsdl:binding>
 | |
|   <wsdl:service name="NodeService">
 | |
|     <wsdl:port name="BasicHttpBinding_INode" binding="tns:BasicHttpBinding_INode">
 | |
|       <soap:address location="http://localhost:10002/NodeService.svc" />
 | |
|     </wsdl:port>
 | |
|   </wsdl:service>
 | |
| </wsdl:definitions> |