- Katılım
- 6 Temmuz 2008
- Mesajlar
- 1,875
- Excel Vers. ve Dili
- OFFİCE 2010- TÜRKÇE
- Altın Üyelik Bitiş Tarihi
- 22-12-2019
merhaba,
Oluşturduğum werservidse datatable olan bir sorgu çalıştırmakadır.
Bu veriyi excele nasıl cekecğeim ile ilgili bir araştırma yaptım fakat hiç sonuç alamadım
Oluşturduğum werservidse datatable olan bir sorgu çalıştırmakadır.
Bu veriyi excele nasıl cekecğeim ile ilgili bir araştırma yaptım fakat hiç sonuç alamadım
Kod:
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 /Service.asmx HTTP/1.1
Host: 178.244.236.20
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://microsoft.com/webservices/Query"
<?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>
<Query xmlns="http://microsoft.com/webservices/">
<sorgu />
</Query>
</soap:Body>
</soap:Envelope>