wsd_djy/WebSiteCode/Cmdjy/CmdjyTests/Connected Services/WsdServices/WsdInterface.wsdl

74 lines
3.5 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://Djy.wondersgroup.com/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" targetNamespace="http://Djy.wondersgroup.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://Djy.wondersgroup.com/">
<s:element name="GetData">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="info" type="tns:WsdRequest" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="WsdRequest">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CompanyCode" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="CompanyName" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="StartNo" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="MaxCount" type="s:string" />
</s:sequence>
</s:complexType>
<s:element name="GetDataResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="GetDataResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="GetDataSoapIn">
<wsdl:part name="parameters" element="tns:GetData" />
</wsdl:message>
<wsdl:message name="GetDataSoapOut">
<wsdl:part name="parameters" element="tns:GetDataResponse" />
</wsdl:message>
<wsdl:portType name="WsdInterfaceSoap">
<wsdl:operation name="GetData">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">获取代煎药处方信息</wsdl:documentation>
<wsdl:input message="tns:GetDataSoapIn" />
<wsdl:output message="tns:GetDataSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="WsdInterfaceSoap" type="tns:WsdInterfaceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetData">
<soap:operation soapAction="http://Djy.wondersgroup.com/GetData" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="WsdInterfaceSoap12" type="tns:WsdInterfaceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="GetData">
<soap12:operation soapAction="http://Djy.wondersgroup.com/GetData" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="WsdInterface">
<wsdl:port name="WsdInterfaceSoap" binding="tns:WsdInterfaceSoap">
<soap:address location="http://localhost:22888/ws/WsdInterface.asmx" />
</wsdl:port>
<wsdl:port name="WsdInterfaceSoap12" binding="tns:WsdInterfaceSoap12">
<soap12:address location="http://localhost:22888/ws/WsdInterface.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>