hti/PC_Tools/HTIGateway/ServicePlugins/HtiStif/HtiStifSender.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="HtiStif"
       
     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   <complexType name="HtiStifResult">
       
    29    <sequence>
       
    30      <element name="caseId" type="xsd:int" minOccurs="1" maxOccurs="1"/>
       
    31      <element name="caseResult" type="xsd:int" minOccurs="1" maxOccurs="1"/>
       
    32      <element name="executionResult" type="xsd:int" minOccurs="1" maxOccurs="1"/>
       
    33      <element name="resultDescription" type="xsd:string" minOccurs="0" maxOccurs="1" nillable="true"/>
       
    34    </sequence>
       
    35   </complexType>
       
    36   <!-- operation request element -->
       
    37   <element name="message" type="xsd:string"/>
       
    38   <!-- operation request element -->
       
    39   <element name="result" type="ns1:HtiStifResult"/>
       
    40  </schema>
       
    41 
       
    42 </types>
       
    43 
       
    44 <message name="stifMessage">
       
    45  <part name="message" element="ns1:message"/>
       
    46 </message>
       
    47 
       
    48 <message name="stifResult">
       
    49  <part name="result" element="ns1:result"/>
       
    50 </message>
       
    51 
       
    52 <portType name="HtiStifPortType">
       
    53  <operation name="stifMessage">
       
    54   <documentation>Service definition of function ns1__stifMessage</documentation>
       
    55   <input message="tns:stifMessage"/>
       
    56  </operation>
       
    57  <operation name="stifResult">
       
    58   <documentation>Service definition of function ns1__stifResult</documentation>
       
    59   <input message="tns:stifResult"/>
       
    60  </operation>
       
    61 </portType>
       
    62 
       
    63 <binding name="HtiStif" type="tns:HtiStifPortType">
       
    64  <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
       
    65  <operation name="stifMessage">
       
    66   <SOAP:operation style="rpc" soapAction="HtiStif"/>
       
    67   <input>
       
    68      <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/>
       
    69   </input>
       
    70  </operation>
       
    71  <operation name="stifResult">
       
    72   <SOAP:operation style="rpc" soapAction="HtiStif"/>
       
    73   <input>
       
    74      <SOAP:body parts="parameters" use="literal" namespace="urn:hti"/>
       
    75   </input>
       
    76  </operation>
       
    77 </binding>
       
    78 
       
    79 <service name="HtiStif">
       
    80  <documentation>gSOAP 2.7.6b generated service definition</documentation>
       
    81  <port name="HtiStif" binding="tns:HtiStif">
       
    82   <SOAP:address location="http://localhost:2000"/>
       
    83  </port>
       
    84 </service>
       
    85 
       
    86 </definitions>