📄 imageservice.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/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
<s:element name="BarcodeImage">
<s:complexType>
<s:sequence>
<s:element minOccurs="1" maxOccurs="1" name="symbology" type="s0:Symbology" />
<s:element minOccurs="0" maxOccurs="1" name="TextToEncode" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="resolution" type="s:int" />
</s:sequence>
</s:complexType>
</s:element>
<s:simpleType name="Symbology">
<s:restriction base="s:string">
<s:enumeration value="Code39" />
<s:enumeration value="Code39ASCII" />
<s:enumeration value="Code93" />
<s:enumeration value="UPCA" />
<s:enumeration value="EAN13" />
<s:enumeration value="EAN8" />
<s:enumeration value="UPCE" />
<s:enumeration value="BookLand" />
<s:enumeration value="Code128" />
<s:enumeration value="UCC128" />
<s:enumeration value="Code25" />
<s:enumeration value="I25" />
<s:enumeration value="Code11" />
<s:enumeration value="Codabar" />
<s:enumeration value="MSI" />
<s:enumeration value="PDF417" />
<s:enumeration value="DataMatix" />
</s:restriction>
</s:simpleType>
<s:element name="BarcodeImageResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="BarcodeImageResult" type="s:base64Binary" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</types>
<message name="BarcodeImageSoapIn">
<part name="parameters" element="s0:BarcodeImage" />
</message>
<message name="BarcodeImageSoapOut">
<part name="parameters" element="s0:BarcodeImageResponse" />
</message>
<portType name="ImageServiceSoap">
<operation name="BarcodeImage">
<input message="s0:BarcodeImageSoapIn" />
<output message="s0:BarcodeImageSoapOut" />
</operation>
</portType>
<binding name="ImageServiceSoap" type="s0:ImageServiceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
<operation name="BarcodeImage">
<soap:operation soapAction="http://tempuri.org/BarcodeImage" style="document" />
<input>
<soap:body use="literal" />
</input>
<output>
<soap:body use="literal" />
</output>
</operation>
</binding>
<service name="ImageService">
<port name="ImageServiceSoap" binding="s0:ImageServiceSoap">
<soap:address location="http://localhost/EaseBarcodeWebService/ImageService.asmx" />
</port>
</service>
</definitions>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -