Burti adlı üyeden alıntı: mesajı görüntüle
örnek bir domain register fonksiyonu. ve sen yaşıyomusun abi nerelerdesin nasılsın bi konuşak en son boğaziçinden mezun olduğunu biliyorum daha ne haber ne selamet
http://api-ote.domainnameapi.com/DomainApi.svc?wsdl

bu dosyayı pc ne kaydet,

SoapUI indir kur => http://www.soapui.org/downloads/soapui/open-source.html

new soap project de, indirdigin wsdl dosyasını aç,

karşına ilgili fonksiyonlar ve nasıl istek atacağın gelecektir,




register için şu istegi atıyorsun :

URL: http://api-ote.domainnameapi.com/DomainApi.svc

ISTEK:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/" xmlns:olip="http://schemas.datacontract.org/2004/07/Olipso.Core.DataContracts" xmlns:olip1="http://schemas.datacontract.org/2004/07/Olipso.ExternalApi.Core.DataContracts.DomainApiContracts" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
   <soapenv:Header/>
   <soapenv:Body>
      <tem:Register>
         <!--Optional:-->
         <tem:request>
            <!--Optional:-->
            <olip:Password>?</olip:Password>
            <!--Optional:-->
            <olip:UserName>?</olip:UserName>
            <!--Optional:-->
            <olip1:AdditionalAttributes>
               <!--Zero or more repetitions:-->
               <arr:KeyValueOfstringstring>
                  <arr:Key>?</arr:Key>
                  <arr:Value>?</arr:Value>
               </arr:KeyValueOfstringstring>
            </olip1:AdditionalAttributes>
            <!--Optional:-->
            <olip1:AdministrativeContactId>?</olip1:AdministrativeContactId>
            <!--Optional:-->
            <olip1:BillingContactId>?</olip1:BillingContactId>
            <!--Optional:-->
            <olip1:DomainName>?</olip1:DomainName>
            <!--Optional:-->
            <olip1:IdnLanguage>?</olip1:IdnLanguage>
            <!--Optional:-->
            <olip1:LockStatus>?</olip1:LockStatus>
            <!--Optional:-->
            <olip1:NameServerList>
               <!--Zero or more repetitions:-->
               <arr:string>?</arr:string>
            </olip1:NameServerList>
            <!--Optional:-->
            <olip1:Period>?</olip1:Period>
            <!--Optional:-->
            <olip1:PrivacyProtectionStatus>?</olip1:PrivacyProtectionStatus>
            <!--Optional:-->
            <olip1:RegistrantContactId>?</olip1:RegistrantContactId>
            <!--Optional:-->
            <olip1:TechnicalContactId>?</olip1:TechnicalContactId>
         </tem:request>
      </tem:Register>
   </soapenv:Body>
</soapenv:Envelope>

bu arada eyvallah, yogun çalışıyorum, bilmem kaç aydır ilk defa mesaj atıyorum, mesajını gördüm yardımcı olayım dedim, selametle.