cg.wsdl 2.39 KB
<?xml version='1.0' encoding='UTF-8'?><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://adi.bitservice.com/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:ns1="http://schemas.xmlsoap.org/soap/http" name="WSEndpointService" targetNamespace="http://adi.bitservice.com/">
  <wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://adi.bitservice.com/" elementFormDefault="unqualified" targetNamespace="http://adi.bitservice.com/" version="1.0">

  <xs:element name="bizCompleteInfo" type="tns:bizCompleteInfo"/>

  <xs:element name="bizCompleteInfoResponse" type="tns:bizCompleteInfoResponse"/>

  <xs:complexType name="bizCompleteInfo">
    <xs:sequence>
      <xs:element minOccurs="0" name="dataString" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>

  <xs:complexType name="bizCompleteInfoResponse">
    <xs:sequence>
      <xs:element minOccurs="0" name="return" type="xs:string"/>
    </xs:sequence>
  </xs:complexType>

</xs:schema>
  </wsdl:types>
  <wsdl:message name="bizCompleteInfoResponse">
    <wsdl:part element="tns:bizCompleteInfoResponse" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:message name="bizCompleteInfo">
    <wsdl:part element="tns:bizCompleteInfo" name="parameters">
    </wsdl:part>
  </wsdl:message>
  <wsdl:portType name="WSService">
    <wsdl:operation name="bizCompleteInfo">
      <wsdl:input message="tns:bizCompleteInfo" name="bizCompleteInfo">
    </wsdl:input>
      <wsdl:output message="tns:bizCompleteInfoResponse" name="bizCompleteInfoResponse">
    </wsdl:output>
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="WSEndpointServiceSoapBinding" type="tns:WSService">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="bizCompleteInfo">
      <soap:operation soapAction="" style="document"/>
      <wsdl:input name="bizCompleteInfo">
        <soap:body use="literal"/>
      </wsdl:input>
      <wsdl:output name="bizCompleteInfoResponse">
        <soap:body use="literal"/>
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="WSEndpointService">
    <wsdl:port binding="tns:WSEndpointServiceSoapBinding" name="WSEndpointPort">
      <soap:address location="http://172.16.0.100:8795/WebService/cg"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>