dsl_add
[ 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>
<ns3546:dsl_add xmlns:ns3546="http://tempuri.org">
<noname>
<zipcode xsi:type="xsd:string">1011 RX</zipcode>
<housenr xsi:type="xsd:string">91-1</housenr>
<linetype xsi:type="xsd:string">analog</linetype>
<speed xsi:type="xsd:string">20000</speed>
<takeover xsi:type="xsd:string">yes</takeover>
<phone xsi:type="xsd:string">020-6257493</phone>
</noname>
</ns3546:dsl_add>
</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_addResponse xmlns:ns1="http://tempuri.org">
<noname xsi:type="xsd:boolean">1</noname>
</ns1:dsl_addResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>