<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions …> <wsdl:types> <xsd:schema …> <xsd:element name="getSPLInfo"> <xsd:complexType> <xsd:sequence> <xsd:element name="medicationName" nillable="true" type="xsd:string"/> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="getSPLInfoResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="SPLDocument" nillable="true"/> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> </wsdl:types> <wsdl:message name="getSPLInfoRequestMsg"> <wsdl:part element="tns:getSPLInfo" name="getSPLInfoParameters"/> </wsdl:message> <wsdl:message name="getSPLInfoResponseMsg"> <wsdl:part element="tns:getSPLInfoResponse" name="getSPLInfoResult"/> </wsdl:message> <wsdl:portType name="MedicationSPL"> <wsdl:operation name="getSPLInfo"> <wsdl:input message="tns:getSPLInfoRequestMsg" name="getSPLInfoRequest"/> <wsdl:output message="tns:getSPLInfoResponseMsg" name="getSPLInfoResponse"/> </wsdl:operation> </wsdl:portType> </wsdl:definitions> |
欢迎光临 DIY编程器网 (http://diybcq.com/) | Powered by Discuz! X3.2 |