D&B-tól kapott webservice jelszó megváltoztatása.
sERPa > PartnerControl (D&B)
sERPa
Egyedi
SOAP, XML
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/">
<soapenv:Header/>
<soapenv:Body>
<tem:ChangePassword>
<tem:username>?</tem:username>
<tem:oldPassword>?</tem:oldPassword>
<tem:newPassword>?</tem:newPassword>
</tem:ChangePassword>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<ChangePasswordResponse xmlns="http://tempuri.org/">
<ChangePasswordResult xmlns:a="http://schemas.datacontract.org/2004/07/BisnodeServiceApp.Model" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<a:Error i:nil="true"/>
<a:Success>true</a:Success>
</ChangePasswordResult>
</ChangePasswordResponse>
</s:Body>
</s:Envelope> ;
XML |
|
|