Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Her servis çağırısında soap header'da sizin için tanımlı UserName , Password parametrelerini göndermeniz gerekmektedir.

...

Login2 (Username, Password);
Tanımı: Web Servis'e bağlanmak için gereklidir.

...

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap12="https://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<Login xmlns="https://tempuri.org/">
<Username>string</Username>
<Password>string</Password>
</Login>
</soap12:Body>
</soap12:Envelope>

...

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="https://www.w3.org/2001/XMLSchema" xmlns:soap="https://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<LoginResponse xmlns="https://tempuri.org/">
<LoginResult>boolean</LoginResult>
</LoginResponse>
</soap:Body>
</soap12:Envelope>

...

Parametre

...

Tip

...

Zorunlu Alan mı?

...

Açıklama

...

Username

...

String

...

Evet

...

Kullanıcı Adı

...

Password

...

String

...

Evet

...

Şifre

...