wsd_djy/WebSiteCode/Cmdjy/CmdjyHisFront/Connected Services/HisServer/HisInterface.wsdl

109 lines
4.8 KiB
XML
Raw Normal View History

2019-03-25 16:32:58 +08:00
<?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="PostPrescription">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="msg" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PostPrescriptionResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="PostPrescriptionResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PostDrug">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="msg" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="PostDrugResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="PostDrugResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="PostPrescriptionSoapIn">
<wsdl:part name="parameters" element="tns:PostPrescription" />
</wsdl:message>
<wsdl:message name="PostPrescriptionSoapOut">
<wsdl:part name="parameters" element="tns:PostPrescriptionResponse" />
</wsdl:message>
<wsdl:message name="PostDrugSoapIn">
<wsdl:part name="parameters" element="tns:PostDrug" />
</wsdl:message>
<wsdl:message name="PostDrugSoapOut">
<wsdl:part name="parameters" element="tns:PostDrugResponse" />
</wsdl:message>
<wsdl:portType name="HisInterfaceSoap">
<wsdl:operation name="PostPrescription">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">医疗机构上传处方信息</wsdl:documentation>
<wsdl:input message="tns:PostPrescriptionSoapIn" />
<wsdl:output message="tns:PostPrescriptionSoapOut" />
</wsdl:operation>
<wsdl:operation name="PostDrug">
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">医疗机构上传药品信息</wsdl:documentation>
<wsdl:input message="tns:PostDrugSoapIn" />
<wsdl:output message="tns:PostDrugSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="HisInterfaceSoap" type="tns:HisInterfaceSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="PostPrescription">
<soap:operation soapAction="http://djy.wondersgroup.com/PostPrescription" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostDrug">
<soap:operation soapAction="http://djy.wondersgroup.com/PostDrug" 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="HisInterfaceSoap12" type="tns:HisInterfaceSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="PostPrescription">
<soap12:operation soapAction="http://djy.wondersgroup.com/PostPrescription" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="PostDrug">
<soap12:operation soapAction="http://djy.wondersgroup.com/PostDrug" 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="HisInterface">
<wsdl:port name="HisInterfaceSoap" binding="tns:HisInterfaceSoap">
<soap:address location="http://localhost:22888/ws/HisInterface.asmx" />
</wsdl:port>
<wsdl:port name="HisInterfaceSoap12" binding="tns:HisInterfaceSoap12">
<soap12:address location="http://localhost:22888/ws/HisInterface.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>