hti/PC_Tools/HTIGateway/ServicePlugins/HtiEcho/HtiEcho.wsdl
branchRCL_3
changeset 59 8ad140f3dd41
parent 0 a03f92240627
equal deleted inserted replaced
49:7fdc9a71d314 59:8ad140f3dd41
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <definitions name="HtiEcho"
       
     3  targetNamespace="urn:hti"
       
     4  xmlns:tns="urn:hti"
       
     5  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
       
     6  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
       
     7  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
     8  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
       
     9  xmlns:ns1="urn:hti"
       
    10  xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
       
    11  xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
       
    12  xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
       
    13  xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
       
    14  xmlns="http://schemas.xmlsoap.org/wsdl/">
       
    15 
       
    16 <types>
       
    17 
       
    18  <schema targetNamespace="urn:hti"
       
    19   xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
       
    20   xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
       
    21   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       
    22   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
       
    23   xmlns:ns1="urn:hti"
       
    24   xmlns="http://www.w3.org/2001/XMLSchema"
       
    25   elementFormDefault="unqualified"
       
    26   attributeFormDefault="unqualified">
       
    27   <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
       
    28   <!-- operation request element -->
       
    29   <element name="ping" type="xsd:string"/>
       
    30   <!-- operation response element -->
       
    31   <element name="result" type="xsd:string"/>
       
    32  </schema>
       
    33 
       
    34 </types>
       
    35 
       
    36 <message name="echoRequest">
       
    37  <part name="ping" element="ns1:ping"/>
       
    38 </message>
       
    39 
       
    40 <message name="echoResponse">
       
    41  <part name="result" element="ns1:result"/>
       
    42 </message>
       
    43 
       
    44 <portType name="HtiEchoPortType">
       
    45  <operation name="echo">
       
    46   <documentation>Service definition of function ns1__echo</documentation>
       
    47   <input message="tns:echoRequest"/>
       
    48   <output message="tns:echoResponse"/>
       
    49  </operation>
       
    50 </portType>
       
    51 
       
    52 <binding name="HtiEcho" type="tns:HtiEchoPortType">
       
    53  <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
       
    54  <operation name="echo">
       
    55   <SOAP:operation style="rpc" soapAction="HtiEcho"/>
       
    56   <input>
       
    57      <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/>
       
    58   </input>
       
    59   <output>
       
    60      <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/>
       
    61   </output>
       
    62  </operation>
       
    63 </binding>
       
    64 
       
    65 <service name="HtiEcho">
       
    66  <documentation>gSOAP 2.7.6b generated service definition</documentation>
       
    67  <port name="HtiEcho" binding="tns:HtiEcho">
       
    68   <SOAP:address location="http://localhost:2000"/>
       
    69  </port>
       
    70 </service>
       
    71 
       
    72 </definitions>