fundamental web services question

C

CSharper

I have an asp page (please don't ask me why), I would like to consume
a .net web services. What is the best way to consume the web service?
Is it using com component or using vbscript? Could the experts shead
some light into this dark area for me?
Thanks always.
 
D

DSK Chakravarthy

First thing is first,

do you have the reference available for that web service. If you have the
reference of the webservice, create a component out of that web reference
and that as any other internal assembly.

HTH
 
C

CSharper

First thing is first,

do you have the reference available for that web service. If you have the
reference of the webservice, create a component out of that web reference
and that as any other internal assembly.

HTH

Actually that is what we are doing at present and I found an example
where I can do this with VBScript as well. Just wondering which is the
best way to do this and if you be kind enough to explain the pros and
cons.

Thanks,
 
A

Arne Vajhøj

CSharper said:
I have an asp page (please don't ask me why), I would like to consume
a .net web services. What is the best way to consume the web service?
Is it using com component or using vbscript? Could the experts shead
some light into this dark area for me?

You need something probably a COM component that can make
SOAP over HTTP calls.

The fact that the web service is written in .NET does not
mean anything for you.

Possible:

http://www.microsoft.com/downloads/...dd-ceec-4088-9753-86f052ec8450&DisplayLang=en

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top