dsl_list
[ desc - code - xml ]
Example XML request
Response
Example XML request
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns4233:dsl_list xmlns:ns4233="http://tempuri.org"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:dsl_listResponse xmlns:ns1="http://tempuri.org">
<noname xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="unnamed_struct_use_soapval[2]">
<item>
<id xsi:type="xsd:int">80183</id>
<zipcode xsi:type="xsd:string">1011RX</zipcode>
<housenr xsi:type="xsd:string">91 1</housenr>
<linetype xsi:type="xsd:string">analog</linetype>
<phone xsi:type="xsd:string">020-6257493</phone>
<ip xsi:type="xsd:string">100.100.100.100</ip>
<speed xsi:type="xsd:int">20000</speed>
<status xsi:type="xsd:string">delivered</status>
</item>
<item>
<id xsi:type="xsd:int">98765</id>
<zipcode xsi:type="xsd:string">1234AA</zipcode>
<housenr xsi:type="xsd:string">27 B</housenr>
<linetype xsi:type="xsd:string">dedicated</linetype>
<serviceid xsi:type="xsd:string">ABC12345</serviceid>
<speed xsi:type="xsd:int">50000</speed>
<status xsi:type="xsd:string">planned</status>
</item>
</noname>
</ns1:dsl_listResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>