yaptığım işlem şöyle;
http://tckimlik.nvi.gov.tr/kpspublic.as ... kNoDogrula de anlatıldığı gibi
POST /kpspublic.asmx HTTP/1.1
Host: tckimlik.nvi.gov.tr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://kps.nvi.gov.tr/WS/Public/TCKimlikNoDogrula"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TCKimlikNoDogrula xmlns="http://kps.nvi.gov.tr/WS/Public">
<tcKimlikNo>long</tcKimlikNo>
</TCKimlikNoDogrula>
</soap:Body>
</soap:Envelope>
ilgili kodları PostSoap programında deniyorum.HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TCKimlikNoDogrulaResponse xmlns="http://kps.nvi.gov.tr/WS/Public">
<TCKimlikNoDogrulaResult>
<TCKimlikNo>long</TCKimlikNo>
<Ad>string</Ad>
<Soyad>string</Soyad>
<DogumYil>int</DogumYil>
</TCKimlikNoDogrulaResult>
</TCKimlikNoDogrulaResponse>
</soap:Body>
</soap:Envelope>
PostSoap programının URL kısmına
Kod: Tümünü seç
http://tckimlik.nvi.gov.tr
Kod: Tümünü seç
http://kps.nvi.gov.tr/WS/Public/TCKimlikNoDogrula
Kod: Tümünü seç
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TCKimlikNoDogrula xmlns="http://kps.nvi.gov.tr/WS/Public">
<tcKimlikNo>123546789</tcKimlikNo>
</TCKimlikNoDogrula>
</soap:Body>
</soap:Envelope>
kolay gelsin