Re: Classic ASP question
- From: "David Browne" <davidbaxterbrowne no potted meat@xxxxxxxxxxx>
- Date: Sat, 25 Jun 2005 17:41:46 -0500
"Mark" <mark@xxxxxxxxxxxxxxx> wrote in message
news:OVN6jLdeFHA.1136@xxxxxxxxxxxxxxxxxxxxxxx
> Hi David, thanks for your help but unfortunately, I do not have the
> ability
> to register COM objects on the server.
>
> Cheers
> Mark
> "David Browne" <davidbaxterbrowne no potted meat@xxxxxxxxxxx> wrote in
> message news:#T#heFdeFHA.3700@xxxxxxxxxxxxxxxxxxxxxxx
>>
>> "Mark" <mark@xxxxxxxxxxxxxxx> wrote in message
>> news:OLfZrAdeFHA.1448@xxxxxxxxxxxxxxxxxxxxxxx
>> > Hi all, I have a .NET webservice which I would like to consume from a
>> > classic ASP page.
>> >
>> > Furthermore, I would like to populate a recordset (if possible) with
>> > the
>> > data from the returned webservice so I can implement paging in the
> classic
>> > ASP page...
>> >
>> > Does anyone have any idea if I can do this, and if so, how I would go
>> > about
>> > implementing it?
>>
>>
>> Easiest way would be to create a COM object in .NET to talk to the web
>> service and build the recordset.
>>
Ok,
If you are stuck using VBScript, then use MSXML to build the SOAP request
XML, POST it, and read the response.
http://www.eggheadcafe.com/articles/20010209.asp
http://dotnetjunkies.com/WebLog/nettricks/archive/2003/12/23/4904.aspx
But this requires several things which are far from easy
-coding in VBScript
-Manually building SOAP requests in XML
-Using the MSXML2.ServerXMLHTTP library to talk to the other web server
-Manually reading SOAP responses in XML
David
.
- Follow-Ups:
- Re: Classic ASP question
- From: Mark
- Re: Classic ASP question
- References:
- Classic ASP question
- From: Mark
- Re: Classic ASP question
- From: David Browne
- Re: Classic ASP question
- From: Mark
- Classic ASP question
- Prev by Date: Superexpert DataForm Control
- Next by Date: Looking for Microsoft Free Training
- Previous by thread: Re: Classic ASP question
- Next by thread: Re: Classic ASP question
- Index(es):
Relevant Pages
|