📄 issuevisionservices.wsdl
字号:
<?xml version="1.0" encoding="utf-8"?>
<definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:s0="http://tempuri.org/IssueVision.Web/IssueVisionServices" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:i0="http://www.tempuri.org/IVDataSet.xsd" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/IssueVision.Web/IssueVisionServices" xmlns="http://schemas.xmlsoap.org/wsdl/">
<import namespace="http://www.tempuri.org/IVDataSet.xsd" location="http://192.168.10.145/IssueVisionWebCS/IssueVisionServices.asmx?schema=IVDataSet" />
<types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/IssueVision.Web/IssueVisionServices">
<s:import namespace="http://www.tempuri.org/IVDataSet.xsd" />
<s:import namespace="http://www.w3.org/2001/XMLSchema" />
<s:element name="GetLookupTables">
<s:complexType />
</s:element>
<s:element name="GetLookupTablesResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetLookupTablesResult">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/IVDataSet.xsd" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="CredentialSoapHeader" type="s0:CredentialSoapHeader" />
<s:complexType name="CredentialSoapHeader">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Username" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
</s:sequence>
</s:complexType>
<s:element name="SendReceiveIssues">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="changedIssues">
<s:complexType>
<s:sequence>
<s:element ref="s:schema" />
<s:any />
</s:sequence>
</s:complexType>
</s:element>
<s:element minOccurs="1" maxOccurs="1" name="lastAccessed" type="s:dateTime" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="SendReceiveIssuesResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="SendReceiveIssuesResult">
<s:complexType>
<s:sequence>
<s:any namespace="http://www.tempuri.org/IVDataSet.xsd" />
</s:sequence>
</s:complexType>
</s:element>
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Authenticate">
<s:complexType />
</s:element>
<s:element name="AuthenticateResponse">
<s:complexType />
</s:element>
</s:schema>
</types>
<message name="GetLookupTablesSoapIn">
<part name="parameters" element="s0:GetLookupTables" />
</message>
<message name="GetLookupTablesSoapOut">
<part name="parameters" element="s0:GetLookupTablesResponse" />
</message>
<message name="GetLookupTablesCredentialSoapHeader">
<part name="CredentialSoapHeader" element="s0:CredentialSoapHeader" />
</message>
<message name="SendReceiveIssuesSoapIn">
<part name="parameters" element="s0:SendReceiveIssues" />
</message>
<message name="SendReceiveIssuesSoapOut">
<part name="parameters" element="s0:SendReceiveIssuesResponse" />
</message>
<message name="SendReceiveIssuesCredentialSoapHeader">
<part name="CredentialSoapHeader" element="s0:CredentialSoapHeader" />
</message>
<message name="AuthenticateSoapIn">
<part name="parameters" element="s0:Authenticate" />
</message>
<message name="AuthenticateSoapOut">
<part name="parameters" element="s0:AuthenticateResponse" />
</message>
<message name="AuthenticateCredentialSoapHeader">
<part name="CredentialSoapHeader" element="s0:CredentialSoapHeader" />
</message>
<portType name="IssueVisionServicesSoap">
<operation name="GetLookupTables">
<documentation>Returns the lookup tables for IssueVision.</documentation>
<input message="s0:GetLookupTablesSoapIn" />
<output message="s0:GetLookupTablesSoapOut" />
</operation>
<operation name="SendReceiveIssues">
<documentation>Synchronize data by send and recieving from the remote client.</documentation>
<input message="s0:SendReceiveIssuesSoapIn" />
<output message="s0:SendReceiveIssuesSoapOut" />
</operation>
<operation name="Authenticate">
<documentation>Authenticates the user credentials in the SOAP header.</documentation>
<input message="s0:AuthenticateSoapIn" />
<output message="s0:AuthenticateSoapOut" />
</operation>
</portType>
<binding name="IssueVisionServicesSoap" type="s0:IssueVisionServicesSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="GetLookupTables">
<soap:operation soapAction="http://tempuri.org/IssueVision.Web/IssueVisionServices/GetLookupTables" style="document" />
<input>
<soap:body use="literal" />
<soap:header message="s0:GetLookupTablesCredentialSoapHeader" part="CredentialSoapHeader" use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="SendReceiveIssues">
<soap:operation soapAction="http://tempuri.org/IssueVision.Web/IssueVisionServices/SendReceiveIssues" style="document" />
<input>
<soap:body use="literal" />
<soap:header message="s0:SendReceiveIssuesCredentialSoapHeader" part="CredentialSoapHeader" use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
<operation name="Authenticate">
<soap:operation soapAction="http://tempuri.org/IssueVision.Web/IssueVisionServices/Authenticate" style="document" />
<input>
<soap:body use="literal" />
<soap:header message="s0:AuthenticateCredentialSoapHeader" part="CredentialSoapHeader" use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="IssueVisionServices">
<port name="IssueVisionServicesSoap" binding="s0:IssueVisionServicesSoap">
<soap:address location="http://192.168.10.145/IssueVisionWebCS/IssueVisionServices.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -