52f1c697fc141c3073fdb63fb3dcf99db03d8501.svn-base
2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?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>