White Papers

Version 2.0.0 31
13.3 setIPChange
652
<?xml version="1.0" encoding="UTF-8" ?>
653
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
654
ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
655
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
656
xmlns:ns2="http://www.dell.com/HandshakeSoap" xmlns:ns3="http://www.dell.com/HandshakeSoap12"
657
xmlns:ns4="http://www.dell.com/IPChangeReportSoap" xmlns:ns1="http://www.dell.com/"
658
xmlns:ns5="http://www.dell.com/IPChangeReportSoap12">
659
<SOAP-ENV:Body>
660
<ns1:setIPChange>
661
<ns1:clientIdentifier />
662
<ns1:IpAddr />
663
</ns1:setIPChange>
664
</SOAP-ENV:Body>
665
</SOAP-ENV:Envelope>
666
667
13.4 setIPChangeResponse
668
<?xml version="1.0" encoding="UTF-8" ?>
669
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
670
ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
671
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
672
xmlns:ns2="http://www.dell.com/HandshakeSoap" xmlns:ns3="http://www.dell.com/HandshakeSoap12"
673
xmlns:ns4="http://www.dell.com/IPChangeReportSoap" xmlns:ns1="http://www.dell.com/"
674
xmlns:ns5="http://www.dell.com/IPChangeReportSoap12">
675
<SOAP-ENV:Body>
676
<ns1:setIPChangeResponse>
677
<ns1:setIPChangeResult>
678
<ns1:AckNak />
679
</ns1:setIPChangeResult>
680
</ns1:setIPChangeResponse>
681
</SOAP-ENV:Body>
682
</SOAP-ENV:Envelope>
683
684
685