Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > WebServices and classic asp questions

Reply
Thread Tools

WebServices and classic asp questions

 
 
Kiran
Guest
Posts: n/a
 
      10-23-2006
WebServices and classic asp questions
1.Is it best to call a webservice from classic asp using
Set oSOAP = Server.CreateObject("MSSOAP.SoapClient")
or
Set objRequest = Server.createobject("MSXML2.XMLHTTP")

2.Our website(.asp) runs on SSL. What are the steps required in web.config
file to call a ASP.NET web service from an SSL enabled website.

3.I need to pass a bunch of parameters when calling the webservice from asp.
Please advice the best way of doing this.Any code samples would help.

I have seen links on 4guysfromrolla or some other sites that show a very
basic way to call web services from classic asp ., but they do not help much.
Specific answers to the above questions will really help
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Simple Classic asp questions ... Response.Redirect Travis McGee ASP .Net Web Services 0 06-24-2008 11:37 PM
classic asp and webservices Kiran ASP .Net Web Services 0 10-20-2006 06:48 PM
classic ASP questions... Jimmy ASP .Net 2 09-07-2006 02:44 PM
Where to post ASP Classic Questions Jordan S. ASP .Net 1 08-08-2006 05:24 PM
LOOP through an ASP form's pages (not ASP.NET - ASP classic) David A. Beck ASP General 10 04-13-2004 05:38 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57