<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : Medula V3 Bağlatı Sorunu (Acil)</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : C# &amp; ASP.NET : Medula V3 Bağlatı Sorunu (Acil)</description>
  <pubDate>Thu, 30 Apr 2026 13:14:50 +0000</pubDate>
  <lastBuildDate>Fri, 23 Mar 2012 04:41:14 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=2344</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>Medula V3 Bağlatı Sorunu (Acil) :  Arkada&#351;lar ben c# yeni ba&#351;lad&#305;m...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2344&amp;PID=4963#4963</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=4129" rel="nofollow">hunter19</a><br /><strong>Konu:</strong> 2344<br /><strong>Gönderim Zamanı:</strong> 23.Mart.2012 Saat 04:41<br /><br /><span style="line-height: normal; : rgb248, 248, 252; ">Arkadaşlar ben c# yeni başladım visual 2010 web service olarak http://saglikt.sgk.gov.tr/medulaws/s...Islemleri.wsdl wsdlini ekledim sonra hasta kabul metodu yazıyorm hata veriyor.Medula v3 bilen varsa yardım etsin hatam nerde?&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">String tesisKOdu = "123456";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">String user = "43000418000";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">String pas = "123456";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">int i = Convert.ToInt32(tesisKOdu);&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">HastaKabulIslemleriClient k = new HastaKabulIslemleriClient();&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">k.ClientCredentials.UserName.UserName = user;&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">k.ClientCredentials.UserName.Password = pas;&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">ProvizyonGirisDVO giris = new ProvizyonGirisDVO();&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><br style="line-height: normal; : rgb248, 248, 252; "><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.saglikTesisKodu = Convert.ToInt32(tesisKOdu);&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.hastaTCKimlikNo = "***********";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.sigortaliTuru = "2";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.bransKodu = "1148";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.devredilenKurum = "2";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.provizyonTarihi = "22.03.2012";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.provizyonTipi = "N";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.takipTipi = "N";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.tedaviTuru = "A";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">giris.tedaviTipi = "1";&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">k.InnerChannel.OperationTimeout = new TimeSpan(0, 0, 240);&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">ProvizyonCevapDVO cevap = k.hastaKabul(giris);&nbsp;</span><br style="line-height: normal; : rgb248, 248, 252; "><span style="line-height: normal; : rgb248, 248, 252; ">MessageBox.Show(cevap.sonucKodu);</span><span style="font-size:10px"><br /><br />Düzenleyen hunter19 - 15.Subat.2015 Saat 22:56</span>]]>
   </description>
   <pubDate>Fri, 23 Mar 2012 04:41:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2344&amp;PID=4963#4963</guid>
  </item> 
 </channel>
</rss>