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