Service1
İşlemlerin tam listesi için burayı tıklayın.
UrunSatisAnalizRapor
Sınama
Sınama formu yalnızca yerel makineden yapılan istekler için kullanılabilir.SOAP 1.1
Aşağıdaki örnekte bir SOAP 1.1 isteği ve yanıtı yer alıyor. Gösterilen yer tutucular gerçek değerlerle değiştirilmelidir.
POST /Service1.asmx HTTP/1.1 Host: 193.162.43.167 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/UrunSatisAnalizRapor" <?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> <UrunSatisAnalizRapor xmlns="http://tempuri.org/"> <_clsUrunSatisAnalizKriter> <STATU>int</STATU> <URUNKODBAS>string</URUNKODBAS> <URUNKODBIT>string</URUNKODBIT> <URUNADBAS>string</URUNADBAS> <URUNADBIT>string</URUNADBIT> <URUNGRUPNO>string</URUNGRUPNO> <BOLUMKOD>string</BOLUMKOD> <REYONKOD>string</REYONKOD> <TIPKOD>string</TIPKOD> <RENKKOD>string</RENKKOD> <BEDENKOD>string</BEDENKOD> <SEZONKOD>string</SEZONKOD> <OZELKOD1>string</OZELKOD1> <OZELKOD2>string</OZELKOD2> <OZELKOD3>string</OZELKOD3> <CARIID>int</CARIID> <SATISTUR>string</SATISTUR> <TARIHBAS>dateTime</TARIHBAS> <TARIHBIT>dateTime</TARIHBIT> <LOKASYONNO>string</LOKASYONNO> <KDVINC>int</KDVINC> <LOKASYONGRUPLU>int</LOKASYONGRUPLU> </_clsUrunSatisAnalizKriter> <strHata>string</strHata> </UrunSatisAnalizRapor> </soap:Body> </soap:Envelope>
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> <UrunSatisAnalizRaporResponse xmlns="http://tempuri.org/"> <UrunSatisAnalizRaporResult> <clsUrunSatisAnalizRapor> <SATISTUTAR>decimal</SATISTUTAR> <SATISMIKTAR>decimal</SATISMIKTAR> <IADESATISTUTAR>decimal</IADESATISTUTAR> <IADESATISMIKTAR>decimal</IADESATISMIKTAR> <NETSATISTUTAR>decimal</NETSATISTUTAR> <NETSATISMIKTAR>decimal</NETSATISMIKTAR> <BARKOD>string</BARKOD> <URUNID>int</URUNID> <URUNKOD>string</URUNKOD> <URUNACIKLAMA>string</URUNACIKLAMA> <BIRIM>string</BIRIM> <LOKASYON>string</LOKASYON> <BOLUMKOD>string</BOLUMKOD> <REYONKOD>string</REYONKOD> <TIPKOD>string</TIPKOD> <RENKKOD>string</RENKKOD> <BEDENKOD>string</BEDENKOD> <SEZONKOD>string</SEZONKOD> <OZELKOD1>string</OZELKOD1> <OZELKOD2>string</OZELKOD2> <OZELKOD3>string</OZELKOD3> <BOLUMKODACIKLAMA>string</BOLUMKODACIKLAMA> <REYONKODACIKLAMA>string</REYONKODACIKLAMA> <TIPKODACIKLAMA>string</TIPKODACIKLAMA> <RENKKODACIKLAMA>string</RENKKODACIKLAMA> <BEDENKODACIKLAMA>string</BEDENKODACIKLAMA> <SEZONKODACIKLAMA>string</SEZONKODACIKLAMA> <URUNGRUBU>string</URUNGRUBU> <URUNUSTGRUBU>string</URUNUSTGRUBU> </clsUrunSatisAnalizRapor> <clsUrunSatisAnalizRapor> <SATISTUTAR>decimal</SATISTUTAR> <SATISMIKTAR>decimal</SATISMIKTAR> <IADESATISTUTAR>decimal</IADESATISTUTAR> <IADESATISMIKTAR>decimal</IADESATISMIKTAR> <NETSATISTUTAR>decimal</NETSATISTUTAR> <NETSATISMIKTAR>decimal</NETSATISMIKTAR> <BARKOD>string</BARKOD> <URUNID>int</URUNID> <URUNKOD>string</URUNKOD> <URUNACIKLAMA>string</URUNACIKLAMA> <BIRIM>string</BIRIM> <LOKASYON>string</LOKASYON> <BOLUMKOD>string</BOLUMKOD> <REYONKOD>string</REYONKOD> <TIPKOD>string</TIPKOD> <RENKKOD>string</RENKKOD> <BEDENKOD>string</BEDENKOD> <SEZONKOD>string</SEZONKOD> <OZELKOD1>string</OZELKOD1> <OZELKOD2>string</OZELKOD2> <OZELKOD3>string</OZELKOD3> <BOLUMKODACIKLAMA>string</BOLUMKODACIKLAMA> <REYONKODACIKLAMA>string</REYONKODACIKLAMA> <TIPKODACIKLAMA>string</TIPKODACIKLAMA> <RENKKODACIKLAMA>string</RENKKODACIKLAMA> <BEDENKODACIKLAMA>string</BEDENKODACIKLAMA> <SEZONKODACIKLAMA>string</SEZONKODACIKLAMA> <URUNGRUBU>string</URUNGRUBU> <URUNUSTGRUBU>string</URUNUSTGRUBU> </clsUrunSatisAnalizRapor> </UrunSatisAnalizRaporResult> <strHata>string</strHata> </UrunSatisAnalizRaporResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
Aşağıdaki örnekte bir SOAP 1.2 isteği ve yanıtı yer alıyor. Gösterilen yer tutucular gerçek değerlerle değiştirilmelidir.
POST /Service1.asmx HTTP/1.1 Host: 193.162.43.167 Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <UrunSatisAnalizRapor xmlns="http://tempuri.org/"> <_clsUrunSatisAnalizKriter> <STATU>int</STATU> <URUNKODBAS>string</URUNKODBAS> <URUNKODBIT>string</URUNKODBIT> <URUNADBAS>string</URUNADBAS> <URUNADBIT>string</URUNADBIT> <URUNGRUPNO>string</URUNGRUPNO> <BOLUMKOD>string</BOLUMKOD> <REYONKOD>string</REYONKOD> <TIPKOD>string</TIPKOD> <RENKKOD>string</RENKKOD> <BEDENKOD>string</BEDENKOD> <SEZONKOD>string</SEZONKOD> <OZELKOD1>string</OZELKOD1> <OZELKOD2>string</OZELKOD2> <OZELKOD3>string</OZELKOD3> <CARIID>int</CARIID> <SATISTUR>string</SATISTUR> <TARIHBAS>dateTime</TARIHBAS> <TARIHBIT>dateTime</TARIHBIT> <LOKASYONNO>string</LOKASYONNO> <KDVINC>int</KDVINC> <LOKASYONGRUPLU>int</LOKASYONGRUPLU> </_clsUrunSatisAnalizKriter> <strHata>string</strHata> </UrunSatisAnalizRapor> </soap12:Body> </soap12:Envelope>
HTTP/1.1 200 OK Content-Type: application/soap+xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope"> <soap12:Body> <UrunSatisAnalizRaporResponse xmlns="http://tempuri.org/"> <UrunSatisAnalizRaporResult> <clsUrunSatisAnalizRapor> <SATISTUTAR>decimal</SATISTUTAR> <SATISMIKTAR>decimal</SATISMIKTAR> <IADESATISTUTAR>decimal</IADESATISTUTAR> <IADESATISMIKTAR>decimal</IADESATISMIKTAR> <NETSATISTUTAR>decimal</NETSATISTUTAR> <NETSATISMIKTAR>decimal</NETSATISMIKTAR> <BARKOD>string</BARKOD> <URUNID>int</URUNID> <URUNKOD>string</URUNKOD> <URUNACIKLAMA>string</URUNACIKLAMA> <BIRIM>string</BIRIM> <LOKASYON>string</LOKASYON> <BOLUMKOD>string</BOLUMKOD> <REYONKOD>string</REYONKOD> <TIPKOD>string</TIPKOD> <RENKKOD>string</RENKKOD> <BEDENKOD>string</BEDENKOD> <SEZONKOD>string</SEZONKOD> <OZELKOD1>string</OZELKOD1> <OZELKOD2>string</OZELKOD2> <OZELKOD3>string</OZELKOD3> <BOLUMKODACIKLAMA>string</BOLUMKODACIKLAMA> <REYONKODACIKLAMA>string</REYONKODACIKLAMA> <TIPKODACIKLAMA>string</TIPKODACIKLAMA> <RENKKODACIKLAMA>string</RENKKODACIKLAMA> <BEDENKODACIKLAMA>string</BEDENKODACIKLAMA> <SEZONKODACIKLAMA>string</SEZONKODACIKLAMA> <URUNGRUBU>string</URUNGRUBU> <URUNUSTGRUBU>string</URUNUSTGRUBU> </clsUrunSatisAnalizRapor> <clsUrunSatisAnalizRapor> <SATISTUTAR>decimal</SATISTUTAR> <SATISMIKTAR>decimal</SATISMIKTAR> <IADESATISTUTAR>decimal</IADESATISTUTAR> <IADESATISMIKTAR>decimal</IADESATISMIKTAR> <NETSATISTUTAR>decimal</NETSATISTUTAR> <NETSATISMIKTAR>decimal</NETSATISMIKTAR> <BARKOD>string</BARKOD> <URUNID>int</URUNID> <URUNKOD>string</URUNKOD> <URUNACIKLAMA>string</URUNACIKLAMA> <BIRIM>string</BIRIM> <LOKASYON>string</LOKASYON> <BOLUMKOD>string</BOLUMKOD> <REYONKOD>string</REYONKOD> <TIPKOD>string</TIPKOD> <RENKKOD>string</RENKKOD> <BEDENKOD>string</BEDENKOD> <SEZONKOD>string</SEZONKOD> <OZELKOD1>string</OZELKOD1> <OZELKOD2>string</OZELKOD2> <OZELKOD3>string</OZELKOD3> <BOLUMKODACIKLAMA>string</BOLUMKODACIKLAMA> <REYONKODACIKLAMA>string</REYONKODACIKLAMA> <TIPKODACIKLAMA>string</TIPKODACIKLAMA> <RENKKODACIKLAMA>string</RENKKODACIKLAMA> <BEDENKODACIKLAMA>string</BEDENKODACIKLAMA> <SEZONKODACIKLAMA>string</SEZONKODACIKLAMA> <URUNGRUBU>string</URUNGRUBU> <URUNUSTGRUBU>string</URUNUSTGRUBU> </clsUrunSatisAnalizRapor> </UrunSatisAnalizRaporResult> <strHata>string</strHata> </UrunSatisAnalizRaporResponse> </soap12:Body> </soap12:Envelope>