Can ASP 2.0 consume webservice
Hi all,
Could anyone tell us where ASP ver 2.0 will be able to consume websevices
which is built on .net framework, ASP 2.0 runs on IIS 5 server.
Thanks,
Pradeep.V
Re: Can ASP 2.0 consume webservice
Yes you can, but you need the Soap toolkit from Microsoft.
you can doewn load a copy from me if you like.
http://thatsit.net.au/downloads/soapsdk.exe
how to use
dim oWS:Set oWS = CreateObject("MSSOAP.SOAPClient30")
oWS.ClientProperty("ServerHTTPRequest") = True
call
oWS.MSSoapInit("http://thatsit.net.au/WebServices/someWebSer vice.asmx?wsdl")
result = oWS.someMethod(parameter1,parameter2)
"Microsoft-DayLightSaving"
<MicrosoftDayLightSaving [at] discussions.microsoft.com> wrote in message
news:C33CF520-9B56-43ED-9214-21047BDB0199 [at] microsoft.com...
> Hi all,
>
> Could anyone tell us where ASP ver 2.0 will be able to consume websevices
> which is built on .net framework, ASP 2.0 runs on IIS 5 server.
>
>
> Thanks,
> Pradeep.V
Re: Can ASP 2.0 consume webservice
http://dev.thatsit.net.au/Samples/QandA/asp/webServices.asp
"ThatsIT.net.au" <me [at] thatsit> wrote in message
news:ONc1bzO0HHA.4816 [at] TK2MSFTNGP04.phx.gbl...
> Yes you can, but you need the Soap toolkit from Microsoft.
> you can doewn load a copy from me if you like.
> http://thatsit.net.au/downloads/soapsdk.exe
>
> how to use
>
>
> dim oWS:Set oWS = CreateObject("MSSOAP.SOAPClient30")
>
> oWS.ClientProperty("ServerHTTPRequest") = True
>
> call
> oWS.MSSoapInit("http://thatsit.net.au/WebServices/someWebSer vice.asmx?wsdl")
>
> result = oWS.someMethod(parameter1,parameter2)
>
>
>
>
>
>
>
>
> "Microsoft-DayLightSaving"
> <MicrosoftDayLightSaving [at] discussions.microsoft.com> wrote in message
> news:C33CF520-9B56-43ED-9214-21047BDB0199 [at] microsoft.com...
>> Hi all,
>>
>> Could anyone tell us where ASP ver 2.0 will be able to consume
>> websevices
>> which is built on .net framework, ASP 2.0 runs on IIS 5 server.
>>
>>
>> Thanks,
>> Pradeep.V
>
>
>