E-Reçete hata: Kullanici bilgileriniz eksik, ya da kullanici denetimi yapilmasina engel bir durum var

100 views
Skip to first unread message

taner inekci

unread,
Apr 18, 2016, 6:20:05 AM4/18/16
to medula...@googlegroups.com

E Reçete Servisine İstekte Bulunduğumuzda 

9903
Kullanici bilgileriniz eksik, ya da kullanici denetimi yapilmasina engel bir durum var!  Detay: nested fault: The password type [http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest] used for authentication is wrong

Hatası Alıyoruz. 
İstek Yapan Bilgisayarın Tarih Saat Bilgisi Düzgün.

Yardımlarınız İçin Şimdiden Teşekkürler
Örnek kod Aşağıdaki Gibidir.

Örnek XML Ektedir.

SaglikTesisiReceteIslemleriServiceWse _Service = new SaglikTesisiReceteIslemleriServiceWse();
            ereceteListeSorguIstekDVO _IstekDVO = new ereceteListeSorguIstekDVO();
            ereceteListeSorguCevapDVO _CevapDVO = new ereceteListeSorguCevapDVO();

            SoapContext requestContext = _Service.RequestSoapContext;
            requestContext.Security.Tokens.Add(new UsernameToken("Doktor Tc", "Şifre"));
            requestContext.Security.Timestamp.TtlInSeconds = 1000000;
            requestContext.Security.MustUnderstand = false;
            _Service.Timeout = 100000;

            _IstekDVO.doktorTcKimlikNo = 17846602060;
            _IstekDVO.hastaTcKimlikNo = 47704346836;
            _IstekDVO.tesisKodu = 11649908;
            _CevapDVO = _Service.ereceteListeSorgu(_IstekDVO);
ORNEK.rar
Reply all
Reply to author
Forward
0 new messages