Consuming Web Service using classis ASP
am 04.06.2007 21:42:42 von Mo haririHi,
I can not find a decent example showing how to consume a asp.net 2.0
web service using classic ASP. Does any body have an example I could
use?
Thanks
Hi,
I can not find a decent example showing how to consume a asp.net 2.0
web service using classic ASP. Does any body have an example I could
use?
Thanks
Mo wrote:
> Hi,
>
> I can not find a decent example showing how to consume a asp.net 2.0
> web service using classic ASP. Does any body have an example I could
> use?
>
It's not something a lot of us do. All I can suggest is a google search.
I seem to remember 4GuysFromRolla had a good article about it.
http://www.google.co.uk/search?q=consume+web+service+with+cl assic+asp&hl=en&sourceid=gd&rls=GGLD,GGLD:2005-37,GGLD:en
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
http://www.codeproject.com/soap/ConsumWebServicefromASP.asp
"Mo"
> Hi,
>
> I can not find a decent example showing how to consume a asp.net 2.0
> web service using classic ASP. Does any body have an example I could
> use?
>
> Thanks
>
Thank you all for your great posts. I have created a simple helloworld
service which I am trying to call from ASP. I am using the following
code which is posted in one of the sites I found.:
html>