473,320 Members | 1,572 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

fundamental web services question

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.
Jun 27 '08 #1
5 1010
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

"CSharper" <cs******@gmx.comwrote in message
news:af**********************************@a1g2000h sb.googlegroups.com...
>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.
Jun 27 '08 #2
On May 12, 8:41 am, "DSK Chakravarthy" <dskch...@msn.comwrote:
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

"CSharper" <cshar...@gmx.comwrote in message

news:af**********************************@a1g2000h sb.googlegroups.com...
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.
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,
Jun 27 '08 #3
VBScript.. you mean to say that invoking the web service from ClientSide
code?

Well, in that case, i recommend you to give attention about Asynchronous
calls. For your attention give a look at
http://www.ondotnet.com/pub/a/dotnet...bservices.html

HTH
"CSharper" <cs******@gmx.comwrote in message
news:6e**********************************@f63g2000 hsf.googlegroups.com...
On May 12, 8:41 am, "DSK Chakravarthy" <dskch...@msn.comwrote:
>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

"CSharper" <cshar...@gmx.comwrote in message

news:af**********************************@a1g2000 hsb.googlegroups.com...
>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.

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,
Jun 27 '08 #4
On May 12, 9:17 am, "DSK Chakravarthy" <dskch...@msn.comwrote:
VBScript.. you mean to say that invoking the web service from ClientSide
code?

Well, in that case, i recommend you to give attention about Asynchronous
calls. For your attention give a look athttp://www.ondotnet.com/pub/a/dotnet/2005/08/01/async_webservices.html

HTH

"CSharper" <cshar...@gmx.comwrote in message

news:6e**********************************@f63g2000 hsf.googlegroups.com...
On May 12, 8:41 am, "DSK Chakravarthy" <dskch...@msn.comwrote:
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
"CSharper" <cshar...@gmx.comwrote in message
>news:af**********************************@a1g2000 hsb.googlegroups.com...
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.
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,
Ok, now I get it, VBScript runs at the client side and the com
component runs in the server side... I guess that is the pro...
Jun 27 '08 #5
CSharper wrote:
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/d...DisplayLang=en

Arne
Jun 27 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

51
by: Casper Bang | last post by:
My question is fundamental I beleive but it has been teasing me for a while: I have two classes in my app. The first class is instantiated as a member of my second class. Within this first class,...
3
by: Kyle Kolander | last post by:
I recently looked over the faq item relating to fundamental type sizes: http://www.parashift.com/c++-faq-lite/newbie.html#faq-29.5 and was a bit surprised, as I had been taught more-or-less the...
26
by: myName | last post by:
a && b || c is evaluated as (a && b) || c or it is evaluated as a && (b || c)
26
by: Mr Newbie | last post by:
What do I need to run a web service on my PC ? I know I need the .NET Framework, but do I need IIS Running ?
0
by: Gene Hubert | last post by:
Well, it seems fundamental to me anyway. Hopefully it is simple enough. The question is for when the source for the dragdrop is a different application that the target for the dragdrop. How...
1
by: bharathreddy | last post by:
This Article gives an introduction to VSTS Team Foundation & fundamental difference between Visual Source Safe (VSS) and VSTS Team Foundation. Team Foundation is a set of tools and technologies...
4
by: =?Utf-8?B?Um9iIE1pbGxtYW4=?= | last post by:
I am developing a C# client app using VS 2008 that consumes a 3rd party web service. My question is how/where in my IDE/Debugging session can I visually see the actual XML message that is being...
0
by: tagg3rx | last post by:
Hello, I'm trying to utilize the sharepoint web services to remotely upload documents and it is requiring a listitemid and for the life of me i can't figure out where I get this value. Here is...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.