Looking for tutorial to call WCF service from classic ASP
Posted
by George2
on Stack Overflow
See other posts from Stack Overflow
or by George2
Published on 2009-07-25T13:57:48Z
Indexed on
2010/05/09
5:28 UTC
Read the original article
Hit count: 880
classic-asp
|wcf-service
Hello everyone,
I have some legacy classic ASP code (not ASP.Net, but ASP), and I want to call a WCF service which I developed by using VSTS 2008 + C# + .Net 3.5 and using basic Http Binding.
Any reference samples? I heard the only way is -- we have to manually generate the tricky SOAP message, and parse SOAP response, is that true? :-)
thanks in advance, George
© Stack Overflow or respective owner