473,750 Members | 2,308 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1021
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.c omwrote in message
news:af******** *************** ***********@a1g 2000hsb.googleg roups.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.c omwrote:
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.c omwrote in message

news:af******** *************** ***********@a1g 2000hsb.googleg roups.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.c omwrote in message
news:6e******** *************** ***********@f63 g2000hsf.google groups.com...
On May 12, 8:41 am, "DSK Chakravarthy" <dskch...@msn.c omwrote:
>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.c omwrote in message

news:af******* *************** ************@a1 g2000hsb.google groups.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.c omwrote:
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.co m/pub/a/dotnet/2005/08/01/async_webservic es.html

HTH

"CSharper" <cshar...@gmx.c omwrote in message

news:6e******** *************** ***********@f63 g2000hsf.google groups.com...
On May 12, 8:41 am, "DSK Chakravarthy" <dskch...@msn.c omwrote:
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.c omwrote in message
>news:af******* *************** ************@a1 g2000hsb.google groups.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
4295
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, a method (event) needs to be able to invoke methods of the second class. With static classes its possible but this is not desirable. There's obviouly some visibility problem I am not familiar with. It is not a parent-child relationship since...
3
1504
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 same thing, just not the minimum gaurantees for short and long. "C++ guarantees a char is exactly one byte which is at least 8 bits, short is at least 16 bits, int is at least 16 bits, and long is at least 32 bits." I looked in Stroustrup's...
26
1685
by: myName | last post by:
a && b || c is evaluated as (a && b) || c or it is evaluated as a && (b || c)
26
1903
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
1017
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 does the source for the dragdrop operation know that a drop has been completed onto a valid target? And then, how does the source know what the drop target is? I've got dragdrop working within my application but I can't see any
1
19846
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 that enable a team to collaborate and coordinate a project (software or non software projects). The team collaboration is achieved by several tools and features available as part of "Team Foundation". Team Foundation Server The Team...
4
1209
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 sent to the web service? To debug specific cases, the other party wants to see the XML that is being submitted. Any help is appreciated.
0
1030
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 the environment and code etc... I created a doc lib for testing on my sharepoint site name "Test". I added a webrefrence to my project pointed to the http://.../_vti_bin/lists.asmx I utilized the following code to get the list's details:
0
8997
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8833
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9389
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6801
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6079
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4881
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3320
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2218
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.