473,397 Members | 1,960 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,397 software developers and data experts.

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
Jul 26 '07 #1
2 1960
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/someWebService.asmx?wsdl")

result = oWS.someMethod(parameter1,parameter2)


"Microsoft-DayLightSaving"
<Mi*********************@discussions.microsoft.com wrote in message
news:C3**********************************@microsof t.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


Jul 28 '07 #2
http://dev.thatsit.net.au/Samples/Qa...ebServices.asp

"ThatsIT.net.au" <me@thatsitwrote in message
news:ON**************@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/someWebService.asmx?wsdl")

result = oWS.someMethod(parameter1,parameter2)


"Microsoft-DayLightSaving"
<Mi*********************@discussions.microsoft.com wrote in message
news:C3**********************************@microsof t.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



Jul 31 '07 #3

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

Similar topics

2
by: Abeslom via .NET 247 | last post by:
Hi, I am trying to create a simple .NET http-Get client that willconsume a java webservice on a mainframe. If I type the URL forthe webservice in the Browser, the service works and I get theexpected...
1
by: Paul Hermans | last post by:
Hello, Are there code samples, technical information to consume a php webservice in a dotnet environment like asp.net? Thx in advance, Paul
2
by: Mauricio Correa | last post by:
Hello, i try to consume a java web service from a asp .net page, i make without problems the web reference tu wsdl file http://machine/WebService/nameWebService?WSDL in the asp .net page put the...
2
by: joelcochran | last post by:
I am trying to consume my first WebService in a C# Windows Form in VS.NET 2003. I have created a Web Reference using the WSDL URL...
5
by: David Lozzi | last post by:
Howdy, I wrote a web service in .Net for my customer. My customer has another vendor who now has to consume it but they are not using Visual Studio. Most of their pages are jsp, and they said...
1
by: Nattydreadlock | last post by:
Hi, I've written an ASP.Net webservice which takes somes specific .net objects. Now I want to caal this service by PHP, which normally would be possible, after all that's the main reason of...
0
by: Gustavo | last post by:
Hi all! I´m trying to consume a webservice made in java. I´m using vs2005 and vb.net The problem is that the owner of webservice tell me I must send the parameters (that is a xml doc) like an...
2
by: hharry | last post by:
hello all, trying to consume a simple web service using httpwebrequest instead of generating a proxy class. code for simple web service: Imports System.Web.Services ...
0
by: UnglueD | last post by:
Hello. I have a webservice located on a machine within our network. I have developed and tested this webservice internally without having to worry about credentials. Now I wish for web...
2
by: =?Utf-8?B?Z2FuY3k=?= | last post by:
Hi, I have created a webservice in .net and deployed on server. I tested the webservice using windows client it's working fine. My webservice going to consume by SAP client. 1.Will SAP systems...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.