-
Notifications
You must be signed in to change notification settings - Fork 0
/
getproxies.wsdl
50 lines (47 loc) · 1.9 KB
/
getproxies.wsdl
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
<?xml version='1.0' encoding='UTF-8'?>
<!-- WSDL file generated by Zend Studio. -->
<definitions name="test" targetNamespace="urn:test" xmlns:typens="urn:test" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://wst/">
<wsdl:types>
<xs:schema version="1.0" targetNamespace="http://wst/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="returnProxies">
<xs:sequence>
<xs:element name="return" type="xs:string" maxOccurs="unbounded" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:schema>
</wsdl:types>
<message name="getProxies">
<part name="number" type="xsd:int"/>
<part name="anonymous" type="xsd:string"/>
<part name="quality" type="xsd:string"/>
</message>
<message name="getProxiesResponse">
<part name="getProxiesReturn" type="tns:returnProxies"/>
</message>
<portType name="get_soapPortType">
<operation name="getProxies">
<documentation>
Return array of proxies
</documentation>
<input message="typens:getProxies"/>
<output message="typens:getProxiesResponse"/>
</operation>
</portType>
<binding name="get_soapBinding" type="typens:get_soapPortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="getProxies">
<soap:operation soapAction="urn:get_soapAction"/>
<input>
<soap:body namespace="urn:test" use="literal"/>
</input>
<output>
<soap:body namespace="urn:test" use="literal"/>
</output>
</operation>
</binding>
<service name="testService">
<port name="get_soapPort" binding="typens:get_soapBinding">
<soap:address location="http://195.189.246.80/proxies/get_soap.php"/>
</port>
</service>
</definitions>