Google Analytics İzleme

21 Eylül 2011

Klasik ASP ile SOA Web Servisi veya WCF Servisi Çağırma - Call web service or wcf service from classic asp


Web servisteki örnek metod şu şekilde olsun:

public string GetInfo(string username, string companycode, string password)

Çağrı Yapılacak Örnek SOAP Verisi:

<?xml version="1.0" encoding="utf-8"?> 
<soap:Body> 
<GetInfo xmlns="http://www.mobildev.net/"> 
<username>string</username> 
<companycode>string</companycode> 
<password>string</password> 
</GetInfo>
</soap:Body>
</soap:Envelope>


Kaynaklar:

How to call web service from classic asp

An Introduction To XML SOAP Using ASP and VB6
http://www.devarticles.com/c/a/ASP/An-Introduction-To-XML-SOAP-Using-ASP-and-VB6/

Consuming A .Net SOAP Webservice From Classic ASP (VBScript)

Consume WebServices in classic ASP using Microsoft SOAP ToolKit.

Creating Web Services with ASP

Using Web Service (.NET) in Classic ASP via SOAP



SOAP Message Builder

Classic ASP Example Code

Leveraging SOAP in Classic ASP

Using SOAP With Classic ASP / VBScript

Programming Web Services with SOAP
http://oreilly.com/catalog/progwebsoap/chapter/ch03.html

gSOAP toolkit is an open source C and C++ software development toolkit for SOAP/XML Web services and generic (non-SOAP) C/C++ XML data bindings.

Web servisine dosya gönderme
http://www.eggheadcafe.com/community/asp/5/10350114/posting-file-via-msxml2serverxmlhttp30.aspx

Using ServerXMLHTTP Directly
http://msdn.microsoft.com/en-us/library/windows/desktop/ms766431(v=vs.85).aspx

Msxml2.ServerXMLHTTP kullanım örneği:
http://www.r10.net/asp/938530-msxml2-serverxmlhttp-isleminde-ssl-ile-post-etme.html

Consuming .NET Web Services from Classic ASP with the Microsoft SOAP Toolkit
http://www.devx.com/tips/Tip/42147
Integrating ASP.NET XML Web Services with 'Classic' ASP Applications
http://www.4guysfromrolla.com/webtech/070302-1.shtml
Using Web Service (.NET) in Classic ASP via SOAP
http://www.ashishblog.com/blog/using-web-service-net-in-classic-asp-via-soap/
Consume WebServices in classic ASP using Microsoft SOAP ToolKit.
http://www.eggheadcafe.com/tutorials/asp/648fef0b-d827-4ef9-a7b2-90c0fb15cc23/consume-webservices-in-classic-asp-using-microsoft-soap-toolkit.aspx
Microsoft SOAP Toolkit
http://www.soapuser.com/client4.html
Migrating from the Microsoft SOAP Toolkit to the .NET Framework
http://msdn.microsoft.com/en-us/library/ms995793.aspx

Calling a FedEx Rate Service from Classic ASP with SOAP call
http://vikaskanani.wordpress.com/2011/04/21/calling-a-fedex-rate-service-from-classic-asp-with-soap-call/

Using SOAP With Classic ASP / VBScript
http://www.codeproject.com/Articles/20125/Using-SOAP-With-Classic-ASP-VBScript

Call WCF Service from Classic ASP - End to End Sample
http://archive.msdn.microsoft.com/CallWCFfromASP

Classic ASP Tutorial: How to do Soap Requests
http://jadendreamer.wordpress.com/2009/09/02/classic-asp-soap-request-code-example/

Consuming a .Net SOAP Webservice from Classic ASP (VBScript)
http://www.kashflow.com/blog/consume-soap-from-vbscript/

Objects of type array explained
http://www.kashflow.com/forums/threads/integrating-api-with-classic-asp.499/

Lifecycle of a SOAP Request
http://msdn.microsoft.com/en-us/magazine/cc164007.aspx


An Introduction To XML SOAP Using ASP and VB6
http://www.devarticles.com/c/a/ASP/An-Introduction-To-XML-SOAP-Using-ASP-and-VB6/



2 yorum:

Adsız dedi ki...

bilgi hırsızlığının arttığı ve kaynak göstermenin önemsizleştiği bu günlerde, size çok faydam dokunmasa dahi alıntıda sayfamı gösterdiğiniz için minnettarım. teşekkürler. sizi arkadaş olarak ekleyip yazılarınızı takip ediyor olacağım.

Ish Tech dedi ki...

Rica ederim Ali bey, kesinlikle ben de aynı fikirdeyim.
İyi çalışmalar.