SSOServices.wsdl 7.65 KB
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:ns="http://sso.tnt.erry.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://sso.tnt.erry.com" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation>SSOServices</wsdl:documentation>
  <wsdl:types>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://sso.tnt.erry.com">
      <xs:element name="getSystem">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="userIdStr" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="userName" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="password" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="language" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="getSystemResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="unbounded" name="return" nillable="true" type="xs:anyType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="getUpdateInforResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="unbounded" name="return" nillable="true" type="xs:anyType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="validateUser">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" name="userName" nillable="true" type="xs:string" />
            <xs:element minOccurs="0" name="pass" nillable="true" type="xs:string" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="validateUserResponse">
        <xs:complexType>
          <xs:sequence>
            <xs:element minOccurs="0" maxOccurs="unbounded" name="return" nillable="true" type="xs:anyType" />
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:schema>
  </wsdl:types>
  <wsdl:message name="validateUserRequest">
    <wsdl:part name="parameters" element="ns:validateUser" />
  </wsdl:message>
  <wsdl:message name="validateUserResponse">
    <wsdl:part name="parameters" element="ns:validateUserResponse" />
  </wsdl:message>
  <wsdl:message name="getSystemRequest">
    <wsdl:part name="parameters" element="ns:getSystem" />
  </wsdl:message>
  <wsdl:message name="getSystemResponse">
    <wsdl:part name="parameters" element="ns:getSystemResponse" />
  </wsdl:message>
  <wsdl:message name="getUpdateInforRequest" />
  <wsdl:message name="getUpdateInforResponse">
    <wsdl:part name="parameters" element="ns:getUpdateInforResponse" />
  </wsdl:message>
  <wsdl:portType name="SSOServicesPortType">
    <wsdl:operation name="validateUser">
      <wsdl:input wsaw:Action="urn:validateUser" message="ns:validateUserRequest" />
      <wsdl:output wsaw:Action="urn:validateUserResponse" message="ns:validateUserResponse" />
    </wsdl:operation>
    <wsdl:operation name="getSystem">
      <wsdl:input wsaw:Action="urn:getSystem" message="ns:getSystemRequest" />
      <wsdl:output wsaw:Action="urn:getSystemResponse" message="ns:getSystemResponse" />
    </wsdl:operation>
    <wsdl:operation name="getUpdateInfor">
      <wsdl:input wsaw:Action="urn:getUpdateInfor" message="ns:getUpdateInforRequest" />
      <wsdl:output wsaw:Action="urn:getUpdateInforResponse" message="ns:getUpdateInforResponse" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SSOServicesSoap11Binding" type="ns:SSOServicesPortType">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="validateUser">
      <soap:operation soapAction="urn:validateUser" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSystem">
      <soap:operation soapAction="urn:getSystem" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUpdateInfor">
      <soap:operation soapAction="urn:getUpdateInfor" 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="SSOServicesSoap12Binding" type="ns:SSOServicesPortType">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="validateUser">
      <soap12:operation soapAction="urn:validateUser" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSystem">
      <soap12:operation soapAction="urn:getSystem" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUpdateInfor">
      <soap12:operation soapAction="urn:getUpdateInfor" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="SSOServicesHttpBinding" type="ns:SSOServicesPortType">
    <http:binding verb="POST" />
    <wsdl:operation name="validateUser">
      <http:operation location="SSOServices/validateUser" />
      <wsdl:input>
        <mime:content part="validateUser" type="text/xml" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="validateUser" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getSystem">
      <http:operation location="SSOServices/getSystem" />
      <wsdl:input>
        <mime:content part="getSystem" type="text/xml" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="getSystem" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getUpdateInfor">
      <http:operation location="SSOServices/getUpdateInfor" />
      <wsdl:input>
        <mime:content part="getUpdateInfor" type="text/xml" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="getUpdateInfor" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="SSOServices">
    <wsdl:port name="SSOServicesHttpSoap11Endpoint" binding="ns:SSOServicesSoap11Binding">
      <soap:address location="http://192.168.0.225:38090/axis2/services/SSOServices.SSOServicesHttpSoap11Endpoint/" />
    </wsdl:port>
    <wsdl:port name="SSOServicesHttpSoap12Endpoint" binding="ns:SSOServicesSoap12Binding">
      <soap12:address location="http://192.168.0.225:38090/axis2/services/SSOServices.SSOServicesHttpSoap12Endpoint/" />
    </wsdl:port>
    <wsdl:port name="SSOServicesHttpEndpoint" binding="ns:SSOServicesHttpBinding">
      <http:address location="http://192.168.0.225:38090/axis2/services/SSOServices.SSOServicesHttpEndpoint/" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>