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
Here’s one providing an end-to-end example with sample code:
http://code.msdn.microsoft.com/CallWCFfromASP
Marc