White Papers

30 Version 2.0.0
13 SOAP Messages
620
13.1 getCredentials
621
<?xml version="1.0" encoding="UTF-8" ?>
622
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
623
ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
624
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
625
xmlns:ns2="http://www.dell.com/HandshakeSoap" xmlns:ns3="http://www.dell.com/HandshakeSoap12"
626
xmlns:ns4="http://www.dell.com/IPChangeReportSoap" xmlns:ns1="http://www.dell.com/"
627
xmlns:ns5="http://www.dell.com/IPChangeReportSoap12">
628
<SOAP-ENV:Body>
629
<ns1:getCredentials>
630
<ns1:clientIdentifier />
631
</ns1:getCredentials>
632
</SOAP-ENV:Body>
633
</SOAP-ENV:Envelope>
634
13.2 getCredentialsResponse
635
<?xml version="1.0" encoding="UTF-8" ?>
636
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-
637
ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
638
instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
639
xmlns:ns2="http://www.dell.com/HandshakeSoap" xmlns:ns3="http://www.dell.com/HandshakeSoap12"
640
xmlns:ns4="http://www.dell.com/IPChangeReportSoap" xmlns:ns1="http://www.dell.com/"
641
xmlns:ns5="http://www.dell.com/IPChangeReportSoap12">
642
<SOAP-ENV:Body>
643
<ns1:getCredentialsResponse>
644
<ns1:getCredentialsResult>
645
<ns1:UserID />
646
<ns1:Password />
647
</ns1:getCredentialsResult>
648
</ns1:getCredentialsResponse>
649
</SOAP-ENV:Body>
650
</SOAP-ENV:Envelope>
651